1.Comments are represented in /* and */
2.Nested comments are not allowed
3.Comments are not allowed within a string constant
4.Nested comments are allowed
Answer:2