Write any small program that will compile in "C" but not in
"C++"?
Answer Posted / aashish kumar nath
We can do many programs which will run in C but not in C++
like if we declare
int class=8 /*It will run in C but not in c++ */
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain class invariant.
What are the types of array in c++?
Can circle be called an ellipse?
Is there finally in c++?
Explain how the virtual base class is different from the conventional base classes of the opps.
Keyword mean in declaration?
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 are virtual constructors/destructors?
What is a container class? What are the types of container classes in c++?
Mention the storage classes in c++.
Can a built-in function be recursive?
what are the characteristics of Class Members in C++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is the use of endl in c++ give an example?
What is pure virtual function? Or what is abstract class?