how many keywords are available in 'c' language

a) 32

b) 34

c) 45

d) 48



how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48..

Answer / riya

32

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


write a progam to compare the string using switch case?

1 Answers  


what is array?

8 Answers  


What are the types of c language?

0 Answers  


what is const volatile?

2 Answers  






what are bit fields in c?

0 Answers  


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


What is difference between union and structure in c?

0 Answers  


Write a C function to search a number in the given list of numbers. donot use printf and scanf

6 Answers   Honeywell, TCS,


What does %c mean in c?

0 Answers  


#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

0 Answers  


second highest number in a given set of numbers

3 Answers   TCS,


Categories