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
p*=(++q)++*--p when p=q=1 while(q<=6)
Why do we use namespace feature?
Why do we use main function?
What are the disadvantages of a shell structure?
How can I remove the trailing spaces from a string?
Explain what is wrong with this program statement? Void = 10;
What is a volatile keyword in c?
Can we change the value of #define in c?
Differentiate between the expression “++a” and “a++”?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
How are structure passing and returning implemented?
Can a variable be both static and volatile in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is the use of bitwise operator?
Is main is user defined function?