What are the two types of comments, and how do they differ?
No Answer is Posted For this Question
Be the First to Post Answer
How do you show the declaration of a virtual constructor?
What is the best way to take screenshots of a window with c++ in windows?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What is size of a empty class?
7 Answers Microsoft, Tata Elxsi, Wipro,
When does a name clash occur in c++?
What is size of null class?
Explain virtual class and friend class.
What is the difference between the indirection operator and the address of oper-ator?
Specify some guidelines that should be followed while overloading operators?
What is object file? How can you access object file?
What is the advantage of an external iterator.
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal