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
Write a program which returns the first non repetitive character in the string?
what is the basis for selection of arrays or pointers as data structure in a program
Describe wild pointers in c?
What are the features of c languages?
Can we access the array using a pointer in c language?
Explain two-dimensional array.
What are the disadvantages of external storage class?
What is pre-emptive data structure and explain it with example?
What is the explanation for modular programming?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Which is better oop or procedural?
Write a code to generate a series where the next element is the sum of last k terms.
What are comments and how do you insert it in a C program?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.