What are the different types of comments allowed in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is an adjust field format flag?

0 Answers  


Explain how an exception handler is defined and invoked in a Program.

0 Answers  


What information can an exception contain?

0 Answers  


What problems might the following macro bring to the application?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,






Explain the use of virtual destructor?

0 Answers  


What is a v-table?

0 Answers  


please help to write the code of chess game in c++??????????

1 Answers   NEC,


Do you know what are static and dynamic type checking?

0 Answers  


what is the use of void main() in C++ language?

0 Answers  


What are inline functions?

2 Answers   Fidelity, Verizon,


How can you create a virtual copy constructor?

0 Answers  


Categories