and this is my first post
so hello
and i would like to know if you can tell me what is wrong with my code
i am just starting c so her is my C program
Code:
#include <stdio.h>
int main(void)
{
// insert code here...
printf(“Why does every programmer look like this...\n”);
printf(“~~\n”);
printf(“-00-\n”);
printf(“-\n”);
printf(“U\n”);
return 0;
}
error: syntax error at 'OTHER' token
below every
line that has printf on it


)
