Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. What’s wrong with this attempted declaration of a character string?
  2. int main(void)
  3. {
  4. char name[] = {'F', 'e', 's', 's' };
  5. ...
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement