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 are maps in c++?
what are Operators and explain with an example?
What is tellg () in c++?
What is an adaptor class or wrapper class in c++?
Is c++ the most powerful language?
What is a sequence in c++?
What is jump statement in C++?
How do you define/declare constants in c++?
What is the auto keyword good for in c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
Is c++ proprietary?
What do you mean by inheritance in c++? Explain its types.
What is const in c++?
When do we run a shell in the unix system?
Write about the local class and mention its use?