What is guard code in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why c++ is so important?
How is c++ different from java?
Can you Mention some Application of C/C++?
Carry out conversion of one object of user-defined type to another?
What is object file? How can you access object file?
Will a catch statement catch a derived exception if it is looking for the base class?
What is different in C++, compare with unix?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
List different attributes in C++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is the difference between stack and heap memory?