Can comments be longer than one line?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between *p++ and (*p)++ ?
What is & in c++ function?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
When we use Abstract Class and when we use Interface?where we will implement in real time?
Describe protected access specifiers?
What is namespace std; and what is consists of?
Is there a new/delete equivalent of realloc?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Explain what is oop?
Should I learn c++ c?
What is the purpose of the noexcept keyword?
What are namespaces in c++?