Answer Posted / ankit katira
Bjarne Stroustrup in 1979
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the indirection operator and the address of oper-ator?
Explain shallow copy?
When there is a global variable and local variable with the same name, how will you access the global variable?
Explain the difference between struct and class in terms of access modifier.
describe private access specifiers?
What is singleton pattern in c++?
Why is c++ awesome?
What is the use of setprecision in c++?
How does atoi function work?
How do I download c++?
What is the difference between cin.read() and cin.getline()?
What do you mean by function overriding & function overloading in c++?
What do the header files usually contains?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Explain about templates of C++.