Answer Posted / ashu_deepu
because there are codes which we use in the main program
need to be defined before their use.
or we can say we do so to have the prototype declaration
before their use.
eg.printf,scanf etc.
preprocessor include the header file
like stdio,conio etc.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Does free set pointer to null?
What is a class c rental property?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is the use of header files?
What is array in c with example?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Is c is a low level language?
Explain what is the heap?
What is unsigned int in c?
What is the right type to use for boolean values in c?
How do you print an address?
What are the advantages and disadvantages of a heap?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters