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 |
In header files whether functions are declared or defined?
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?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
What do you mean by Recursion Function?
what is ans for this scanf(%%d",c);
what is the difference between exit() and _exit() functions?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
Are pointers integer?
write a progrmm in c language take user interface generate table using for loop?
What is abstract data structure in c?
Is struct oop?