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

Explain how to initialize a const data member.

605


Why is c++ considered difficult?

657


What is lvalue?

707


What is c++ iterator?

653


What are the advantages of using typedef in a program?

650






What is setf in c++?

595


What is flush c++?

545


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

628


What are the benefits of operator overloading?

690


which of the following is not an secondary constant a) array b) real c) union

1274


Can you overload the operator+ for short integers?

607


Explain how the virtual base class is different from the conventional base classes of the opps.

709


Define pointers?

615


Implement stack operations with pointers with appropriate exception checks.

576


What is atoi in c++?

576