What are keywords in c with examples?



What are keywords in c with examples?..

Answer / Sunil Kumar Rastogi

Keywords in C are reserved words that have special meanings and cannot be used as variable names or function names. Here are some examples: break, case, char, const, continue, default, do, double, else, enum, extern, float, for, goto, if, int, long, register, return, short, signed, sizeof, static, struct, switch, typedef, union, unsigned, void, volatile, while, and _Bool.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

In header files whether functions are declared or defined?

1 Answers   TCS,


what is the difference between <stdio.h> and "stdio.h"

14 Answers   Invendis, Kanbay, Mastek, MathWorks,


Can we change the value of constant variable in c?

1 Answers  


What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


What do you mean by Recursion Function?

1 Answers   Hexaware,


what is ans for this scanf(%%d",c);

1 Answers  


what is the difference between exit() and _exit() functions?

2 Answers  


write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?

3 Answers   Oracle,


Are pointers integer?

1 Answers  


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


What is abstract data structure in c?

1 Answers  


Is struct oop?

1 Answers  


Categories