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 are far pointers?
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);
What functions are used in dynamic memory allocation in c?
Why malloc is faster than calloc?
What is an array? What the different types of arrays in c?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
What is the maximum length of an identifier?
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
Is fortran faster than c?
In c programming language, how many parameters can be passed to a function ?
What is function what are the types of function?
How to print %d in output