Can comments be nested?



Can comments be nested?..

Answer / Vikash Prasad

No, comments cannot be nested in C++.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Can manipulators fall in love?

1 Answers  


What is the v-ptr?

1 Answers  


What is the difference between #define debug 0 and #undef debug?

1 Answers  


Differentiate between a template class and class template?

1 Answers  


You run a shell on unix system. How would you tell which shell are you running?

1 Answers  


What is c++ hash?

1 Answers  


what is oops

2 Answers  


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

1 Answers  


What is implicit pointer in c++?

1 Answers  


How const functions will be treated by compiler?

3 Answers   Symphony,


What is encapsulation in c++?

2 Answers  


What size is allocated to the union variable?

1 Answers  


Categories