Comment syntax int i; // Comment to end-of-line int i; /* Comment with begin and end */ int i; #if 0 Large block comment #endif