what is the diff b/n c and c++
a. dynamic scoping
b. nested switching
c. declaration of variables in any code block
d. separation of compilation and linking
Answers were Sorted based on User's Feedback
why all c++ program must have default constructor?
What does count ++ do in c++?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
What is the history of c++?
What do nonglobal variables default to a) auto b) register c) static
What is the difference between a template and a macro?
give me some class & objects examples?
why can't we declare data member of class auto register or extern
What's the most powerful programming language?
What do you understand by pure virtual function? Write about its use?
Is it possible to have a recursive inline function in c++?
Explain what are accessor methods?