What are the rules about using an underscore in a c++ identifier?
No Answer is Posted For this Question
Be the First to Post Answer
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
Differentiate between a constructor and a destructor in c++.
Explain all the C++ concepts using examples.
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 .
Name the operators that cannot be overloaded in C++?
Incase of a function declaration, what is extern means?
What do you mean by function and operator overloading in c++?
You run a shell on unix system. How would you tell which shell are you running?
What are the conditions that have to be met for a condition to be an invariant of the class?
What is expression parser in c++
Can we delete this pointer in c++?
What is == in programming?