how many keywords do C compile?

Answer Posted / vijay.m

there are 36 keywords in c language ...........

Is This Answer Correct ?    6 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is define directive?

634


What is I ++ in c programming?

619


Can a variable be both constant and volatile?

556


Explain what is the difference between text files and binary files?

610


What is meant by recursion?

628






What is the use of typedef in c?

577


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1259


Write a program to use switch statement.

654


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1424


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

704


What is the main difference between calloc () and malloc ()?

568


What is the newline escape sequence?

580


What is a example of a variable?

551


What is identifiers in c with examples?

672


How can variables be characterized?

1645