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
What are the types of pointers?
What are the applications of c language?
Can the sizeof operator be used to tell the size of an array passed to a function?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is use of bit field?
What are the types of i/o functions?
How does pointer work in c?
What is sizeof in c?
Differentiate between #include<...> and #include '...'
What are the types of unary operators?
Differentiate between ordinary variable and pointer in c.
What is union and structure?
show how link list can be used to repersent the following polynomial i) 5x+2
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above