Answer Posted / krishna
preprocessor directives are not the libraries which should
be included while writing a program .But it is a notation
used to include the libraries which are included in the
header part of a program
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is c is a low level language?
What does %p mean?
What is calloc malloc realloc in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
In C, What is the #line used for?
What is the use of typedef in c?
Which of these functions is safer to use : fgets(), gets()? Why?
Are negative numbers true in c?
What are lookup tables in c?
What are the types of variables in c?
Can variables be declared anywhere in c?
Can we initialize extern variable in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What do you mean by a sequential access file?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference