Is ca high or low level language?
No Answer is Posted For this Question
Be the First to Post Answer
What is abstract keyword in c++?
What is the use of bit fields in structure declaration?
Describe the syntax of single inheritance in C++?
What is design pattern?
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
Define copy constructor.
Why c++ is called oop?
What are Binay tress and B trees? Diff between them?
How the V-Table mechanism works?
const char * char * const What is the differnce between the above two?
What is fflush c++?
Will the inline function be compiled as the inline function always? Justify.