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 output redirection?

0 Answers  


plz answer.. a program that takes a string e.g. "345" and returns integer 345

4 Answers  


What is the use of #include in c?

0 Answers  


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

0 Answers   Wilco,






c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


Explain what are multidimensional arrays?

0 Answers  


Why ca not I do something like this?

0 Answers  


What is a const pointer in c?

0 Answers  


What are the characteristics of arrays in c?

0 Answers  


hi , please send me NIC written test papers to sbabavalli@gmail.com

0 Answers   NIC,


What is calloc malloc realloc in c?

0 Answers  


Categories