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

Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

0 Answers   TCS,


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

0 Answers  


Find occurence of a character in a sting.

3 Answers   TCS,






a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

0 Answers  


How the C program can be compiled?

11 Answers   HP,


What is an example of enumeration?

1 Answers  


What is difference between %d and %i in c?

0 Answers  


Do you know what are the properties of union in c?

0 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


What is Conio.h ?

2 Answers   TCS,


Categories