[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CComment
Most modern compilers also support the single-line comment //.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CComment
(C) Comment
/* indicates the start of a mult-line comment, which is ended by */.
int main()
{
/***************
- *
- MULTI LINE *
- COMMENT *
- MADE *
- BY *
- BILDERBIKKEL *
- *
- **************/
Most modern compilers also support the single-line comment //.
'Comment' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
