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 |
What will happen when freeing memory twice
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Why is c so popular?
Write a program to add a given duration with time(24hrs format)
Give me the code of in-order recursive and non-recursive.
What is the correct declaration of main?
what are the stages of compilation
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
The file stdio.h, what does it contain?
What is c value paradox explain?
What are the types of type specifiers?