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
Between macros and functions,which is better to use and why?
What is selection sort in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is calloc in c?
Is void a keyword in c?
What are the types of variables in c?
Why can't I perform arithmetic on a void* pointer?
Is fortran still used in 2018?
Are there constructors in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
How can I read a binary data file properly?
What is a ternary operator in c?
What is clrscr in c?
Which of these functions is safer to use : fgets(), gets()? Why?
What is volatile variable in c with example?