Wednesday, January 4, 2012

Can we write a nested comment?

No, comment statements cannot be nested (meaning that we cannot write a comment within a comment) in C. For example:

/*/* This is an illegal comment because it is */ nested */

No comments:

Post a Comment