What is key word in c language?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is stack a keyword in c?

638


What is a union?

611


Explain what is a static function?

633


What is dynamic memory allocation?

812


What is a node in c?

551






which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1420


What is the size of structure in c?

703


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1907


What was noalias and what ever happened to it?

592


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

686


What is selection sort in c?

612


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1545


i want to know the procedure of qualcomm for getting a job through offcampus

1941


What is data structure in c language?

608


Tell me with an example the self-referential structure?

567