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


how many keywords do C compile?

Answers were Sorted based on User's Feedback



how many keywords do C compile?..

Answer / gandhi priyank

there are 32 keywords in c language ...............

Is This Answer Correct ?    72 Yes 9 No

how many keywords do C compile?..

Answer / salim

c basically has 2 standards c89 and c99.

There are 32 keywords in c89 standard specification.

c99 standard adds 5 more.they are

_Bool , _Imaginary, _Complex, inline , restrict

So combining the two standards there are 32+5=37 keywords.

Otherwise c89 has 32 and c99 has(32+5)=37 keywords
depending on the standards.

Is This Answer Correct ?    8 Yes 0 No

how many keywords do C compile?..

Answer / chhatrala tejal n.

32

Is This Answer Correct ?    9 Yes 3 No

how many keywords do C compile?..

Answer / sherab gyeltshen

32...

Is This Answer Correct ?    3 Yes 2 No

how many keywords do C compile?..

Answer / iyswarya

32

Is This Answer Correct ?    2 Yes 2 No

how many keywords do C compile?..

Answer / naresh lingampally

In general we use 32/36 keywords..........

Is This Answer Correct ?    1 Yes 4 No

how many keywords do C compile?..

Answer / vijay.m

there are 36 keywords in c language ...........

Is This Answer Correct ?    6 Yes 30 No

Post New Answer

More C Interview Questions

what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


Did c have any year 2000 problems?

0 Answers  


Can main () be called recursively?

0 Answers  


What is the difference between File pointer and Internal Charecter Pointer?

2 Answers   TATA,


What are the key features of C?

6 Answers  


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


What is the difference between constant pointer and constant variable?

0 Answers   NIIT,


What is a c token and types of c tokens?

0 Answers  


how to introdu5ce my self in serco

0 Answers  


Why can’t constant values be used to define an array’s initial size?

0 Answers  


i want to know aptitude questions,technical questions

2 Answers  


find the sum of two matrices and WAP for it.

0 Answers   Huawei,


Categories