Answer Posted / bhaskar.mantrala
why because when we compile a program all input and output
statements will be replaced by thier own codes present in
the directives...so all these things would be done by
preprocessor(pre processing) (#).....
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are the types of data files?
What is the auto keyword good for?
Differentiate between a for loop and a while loop? What are it uses?
Explain what is wrong with this program statement? Void = 10;
What are the three constants used in c?
Is null equal to 0 in sql?
Why do we use return in c?
write a program to find out prime number using sieve case?
shorting algorithmS
Are global variables static in c?
swap 2 numbers without using third variable?
What is difference between arrays and pointers?
Is exit(status) truly equivalent to returning the same status from main?
Explain how can I pad a string to a known length?
Describe static function with its usage?