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

How can I recover the file name given an open stream or file descriptor?

0 Answers  


write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

2 Answers   Satyam, UNIS, Wipro,


Process by which one bit pattern in to another by bit wise operation is?

0 Answers   InterGraph,


What are directives in c?

0 Answers  


How can I invoke another program or command and trap its output?

0 Answers  






write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


In C language, a variable name cannot contain?

0 Answers  


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


Explain what is the stack?

0 Answers  


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,


what are the 10 different models of writing an addition program in C language?

0 Answers  


Categories