Explain mutable storage class specifier.
No Answer is Posted For this Question
Be the First to Post Answer
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Is C++ case sensitive a) False b) Depends on implementation c) True
Explain differences between alloc() and free()?
How can you tell what shell you are running on unix system?
What are smart pointer? Whats its use?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is the best c c++ compiler for windows?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What do you understand by a pure virtual member function?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What do you mean by translation unit in c++?