SyntaxFix
Write A Post
Hire A Developer
Questions
void myfunc(void) { char* text = "Hello World"; char aLetter = 'C'; printf("%s\n", text); printf("%c\n", aLetter); }