Which of the following lines does NOT consist of (a) valid, though boastful, comment(s)?
.
.
Click on the title for the solution
.
.
// /* This is a */ First Rate Program
//**// This is a //**// First Rate Program //**//
//* This is a //*// First Rate Program //*//
/* This is a //*// First Rate Program //*//
.
Click on the title for the solution
.
.
This is the answer:
:
// /* This is a */ First Rate Program
//**// This is a //**// First Rate Program //**//
//* This is a //*// First Rate Program //*//
/* This is a //*// First Rate Program //*//
Comments
Post a Comment