What is #include in c?
Answer / dhanshri chabukswar
#include means "bring in this file's code before compiling"....
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a static variable in c?
Explain how can a program be made to print the name of a source file where an error occurs?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
What is the difference between far and near in c?
Can main () be called recursively?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
How are 16- and 32-bit numbers stored?
how to make a scientific calculater ?
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
what is the difference between 123 and 0123 in c?
which operator is known as dummy operator in c?
Is boolean a datatype in c?