Answer Posted / prasanna
Preprocessor is the program which processes the source code before it goes to the compiler.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
differentiate built-in functions and user – defined functions.
Explain how many levels deep can include files be nested?
What is d'n in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is use of #include in c?
What are the different file extensions involved when programming in C?
Is it possible to have a function as a parameter in another function?
Difference between MAC vs. IP Addressing
Explain what is a stream?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What are nested functions in c?
What is a string?
What is a void pointer? When is a void pointer used?
State two uses of pointers in C?
How can a program be made to print the name of a source file where an error occurs?