[ create a new paste ] login | about

Link: http://codepad.org/5Hhrdi67    [ raw code | output | fork ]

C, pasted on Jul 17:
1
2
3
4
5
6
7
#include<stdio.h>
int main()
{
char *str;
printf(%d , %d,sizeof(*str),sizeof(str));
return 0;
}


Output:
1
2
3
4
5
6
7
8
In function 'main':
Line 5: error: stray '\342' in program
Line 5: error: stray '\200' in program
Line 5: error: stray '\234' in program
Line 5: error: expected expression before '%' token
Line 5: error: stray '\342' in program
Line 5: error: stray '\200' in program
Line 5: error: stray '\235' in program


Create a new paste based on this one


Comments: