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...

Is there something we can do in C but not in C++?

Declare variable names that are keywords in C++ but not C.

Answer Posted / lucky

#include<stdio.h>
#include<conio.h>
void main()
{
int class=0;
printf("5d",class);
getch();
}

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between text files and binary files?

1280


Tell us the use of fflush() function in c language?

1083


What is the difference between procedural and functional programming?

1006


Write program to remove duplicate in an array?

1025


How is a structure member accessed?

1057


What is the difference between text and binary modes?

1123


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

3128


Why should I use standard library functions instead of writing my own?

1204


What are the different types of control structures in programming?

1082


Differentiate between a structure and a union.

1226


Explain the priority queues?

1032


Is it better to use a macro or a function?

1098


What is a lookup table in c?

1044


Differentiate between the expression “++a” and “a++”?

1201


What are formal parameters?

1065