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 is the basic concept of c++?
What is conditions when using boolean operators?
What is the difference between multiple and multilevel inheritance in c++?
Explain about Virtual Function in C++?
Tell me an example where stacks are useful?
Explain one method to process an entire string as one unit?
What is a pdb file?
Write a code/algo to find the frequency of each element in an array?
Can constructor be private in c++?
Should a constructor be public or private?
What are enumerations?
what is VOID?
Describe private, protected and public?
Explain friend class?
How can you quickly find the number of elements stored in a static array?