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

Answer Posted / pulkit dave

void main()
{
int class=28;
printf("%d",class);
}


it works...

[class] :p

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ios :: in in c++?

641


What is c++ in english?

581


What are the advantages of c++?

599


What is the basic structure of a c++ program?

618


What is null pointer and void pointer and what is their use?

591






What is the difference between global int and static int declaration?

416


What is the use of register keyword with the variables?

551


What is the hardest coding language to learn?

607


What is the disadvantage of using a macro?

595


How a macro differs from a template?

639


Mention the ways in which parameterized can be invoked. Give an example of each.

576


Explain virtual class and friend class.

605


What is c++ library?

598


what is Loop function? What are different types of Loops?

645


What is Destructor in C++?

643