What function initalizes variables in a class:
a) Destructor
b) Constitutor
c) Constructor
What are templates? where we should use it?
What is the Standard Template Library?
Explain about templates of C++.
Which is the best c++ software?
How the compilers arranges the various sections in the executable image?
Is nan a c++?
Give 10 points of differences between C & C++.
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What are c++ manipulators?
What is the C-style character string?
What is the use of :: operator in c++?
Why do we need function?