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
What is c++ coding?
How much do coding jobs pay?
What are keywords in c++?
What is the c++ code?
Why c++ is better than c language?
What's the hardest coding language?
What is c++ good for?
What is main function in c++ with example?
What does scope resolution operator do?
Can comments be longer than one line?
What are the various oops concepts in c++?
What are the uses of pointers?
What are the classes in c++?
What does extern mean in a function declaration in c++?
Explain terminate() and unexpected() function?