What is key word in c language?

Answers were Sorted based on User's Feedback



What is key word in c language?..

Answer / dhakar123

Key word is a C-Tokens which is specify meaning.

Is This Answer Correct ?    33 Yes 4 No

What is key word in c language?..

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

What is key word in c language?..

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

What is key word in c language?..

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

Post New Answer

More C Interview Questions

what are far pointers?

1 Answers  


what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


What functions are used in dynamic memory allocation in c?

0 Answers  


Why malloc is faster than calloc?

0 Answers  


What is an array? What the different types of arrays in c?

0 Answers  


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


What is the maximum length of an identifier?

0 Answers  


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


Is fortran faster than c?

0 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


What is function what are the types of function?

0 Answers  


How to print %d in output

6 Answers   Wipro,


Categories