what is c++
No Answer is Posted For this Question
Be the First to Post Answer
What is size of a object of following class? class Foo { public: void foo(){} }
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Can I create my own functions in c++?
What is data hiding c++?
What is the use of the this pointer?
What is namespace & why it is used in c++?
Is map ordered c++?
why is iostream::eof inside a loop condition considered wrong?
What are the types of STL containers?
Is sorted c++?
What is == in programming?
What are inline functions? What is the syntax for defining an inline function?