Write any small program that will compile in "C" but not
in "C++"
Post New Answer View All Answers
Program to check whether a word is a sub-string or not of a string typed
What is binary object model?
What are structures and unions?
Are strings immutable in c++?
Explain what are the sizes and ranges of the basic c++ data types?
What is abstract class in c++?
How is computer programming useful in real life?
Who created c++?
If I is an integer variable, which is faster ++i or i++?
Differentiate between C and C++.
What is c++ best used for?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Define vptr.
What are default parameters? How are they evaluated in c++ function?
What do manipulators do?