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
Is eclipse good for c++?
Why c++ is faster than java?
What are the defining traits of an object-oriented language?
What is name hiding in c++?
What are inline functions? What is the syntax for defining an inline function?
Are php strings immutable?
Is c++ a difficult language?
Write about the various sections of the executable image?
Write a program to find the reverse Fibonacci series starting from N.
What problems might the following macro bring to the application?
How do I make turbo c++ full screen?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Explain overriding.
Do class method definitions?
What are exceptions c++?