Write any small program that will compile in "C" but not
in "C++"
Post New Answer View All Answers
what is Loop function? What are different types of Loops?
Why namespace is used in c++?
What are namespaces in c++?
How do you differentiate between overloading the prefix and postfix increments?
what are the decision making statements in C++? Explain if statement with an example?
What are built-in functions? What is the syntax for the definition?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is purpose of abstract class?
What are arrays c++?
What is string in c++ programming?
Can a program run without main?
What is format for defining a structure?
What is the best c++ ide?
How important is c++?
What is virtual function? Explain with an example