Guest User

Untitled

a guest
Jan 17th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. printf(a, b, c)
  2.  
  3. source.c: In function ‘main’:
  4. source.c:14:3: warning: passing argument 1 of ‘printf’ makes pointer from integer without a cast
  5. /usr/include/stdio.h:359:12: note: expected ‘const char * __restrict__’ but argument is of type ‘int’
  6.  
  7. printf("a=%d, b=%d, c=%#xn", a, b, c);
Add Comment
Please, Sign In to add comment