RE: Introduction to C Programming [Part 2: your first program] 01-14-2015, 08:22 AM
#2
Serious question, as every statement needs to be followed by a semicolon and functions must be within braces, why is the following not syntatically correct?\
Code:
#include <stdio.h>;
{;
int main(int argc, char* argv){;
printf("Hello World!);
return 0;
};
};
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)