Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

c++ int main()

// The compiler ignores white spaces. However, multiple lines makes the code 
// more readable. The body of int main() could also been written as:
int main () { cout << "Hello World! "; return 0; }
 
PREVIOUS NEXT
Tagged: #int
ADD COMMENT
Topic
Name
6+1 =