Write any small program that will compile in "C" but not
in "C++"

Answer Posted /

void main()
{
const var;
}

gives error in c++ but not in c....

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Program to check whether a word is a sub-string or not of a string typed

1778


What is binary object model?

753


What are structures and unions?

760


Are strings immutable in c++?

869


Explain what are the sizes and ranges of the basic c++ data types?

846






What is abstract class in c++?

769


How is computer programming useful in real life?

765


Who created c++?

772


If I is an integer variable, which is faster ++i or i++?

776


Differentiate between C and C++.

876


What is c++ best used for?

759


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

934


Define vptr.

752


What are default parameters? How are they evaluated in c++ function?

873


What do manipulators do?

735