What is key word in c language?
Answers were Sorted based on User's Feedback
Answer / dhakar123
Key word is a C-Tokens which is specify meaning.
| Is This Answer Correct ? | 33 Yes | 4 No |
Answer / vijay mundra
Keyword are some reserved word that are used in programming
for their pre defined actions..
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / karthikeyan
keywords are the words which have a specific meaning and
cannot be used as a variable
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / mukul kumar
keyward is special word which have constsnt meaning in
programing they have specific meaning.
examples:-if, for, do, etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
Why does not use getgh(); and <conio.h> in c language.
program for reversing a selected line word by word when multiple lines are given without using strrev
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What are bitwise shift operators in c programming?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Can we access the array using a pointer in c language?
How does placing some code lines between the comment symbol help in debugging the code?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
Explain main function in c?
How many data structures are there in c?