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 kind of problems can be solved by a namespace?
Who invented turbo c++?
Why main function is special in c++?
What are pointers used for c++?
Why do we need c++?
How would you use the functions randomize() and random()?
what is scupper?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
what are the decision making statements in C++? Explain if statement with an example?
Is there any difference between int [] a and int a [] in c++?
Is there a sort function in c++?
What is a stack c++?
What is implicit pointer in c++?
Define macro.