Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / balasubramani

main()
{
char a;
printf("string:");
scanf("%s",a);
getch();
}

this is correct if v compile in c
but it results in error when u code xactly the same in cpp
bcoz cpp needs cout n cin instead of printf n scanf :D lol

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between overloading vs. Overriding

1138


What is the best c++ compiler?

1227


What is searching?

1194


What is class and structure in c++?

1255


What is encapsulation in c++ with example?

1043


Can you please explain the difference between overloading and overriding?

1150


Which software is best for c++ programming?

1092


What is a terminating character in c++?

1446


Is oops and c++ same?

1094


What are disadvantages of pointers?

1094


What is the use of setfill in c++?

1124


Can we use this pointer in a class specific, operator-overloading function for new operator?

1150


What is the difference between delegation and implemented-in-terms-of?

1056


Distinguish between a # include and #define.

1205


Explain the difference between abstract class and interface in c++?

1039