Login Register


Introduction to C Programming [Part 2: your first program] filter_list
Author
Message
RE: Introduction to C Programming [Part 2: your first program] #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; }; };

[+] 2 users Like DAKIMAKURAFAN2008's post





Messages In This Thread
RE: Introduction to C Programming [Part 2: your first program] - by DAKIMAKURAFAN2008 - 01-14-2015, 08:22 AM



Users browsing this thread: