Write any small program that will compile in "C" but not in
"C++"?
Answer Posted / nousilal badavath
int new;//allowed in c but not in c++ because in c++
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the various storage classes in C++?
What is a Default constructor?
Write about the retrieval of n number of objects during the process of delete[]p?
What are the differences between new and malloc?
Can a program run without main function?
What is c++ library?
What are c++ stream classes?
Is ca high or low level language?
What are the five basic elements of a c++ program?
How do you compile the source code with your compiler?
What is the header file for setw?
What is a terminating character in c++?
How would you differentiate between a pre and post increment operators while overloading?
What is std :: endl?
Define copy constructor.