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

proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


What is the purpose of type declarations?

0 Answers  


Why is c still so popular?

0 Answers  


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


Give a method to count the number of ones in a 32 bit number?

4 Answers  






What is the value of h?

0 Answers  


How can you allocate arrays or structures bigger than 64K?

0 Answers  


What is array of structure in c?

0 Answers  


Explain what is the difference between functions getch() and getche()?

0 Answers  


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,


What are the string functions? List some string functions available in c.

0 Answers  


related to rdbms query .

2 Answers  


Categories