C
Programming and Technical
Programming
Definition
Question. What are the facilities provided by preprocessor?
Answer. file inclusion
substitution facility
conditional compilation
Read Solution (Total 0)
C Other Question
Question. Difference between syntax vs logical error?
Answer.
Syntax Error
These involves validation of syntax of language.
compiler prints diagnostic message.
Logical Error
logical error are caused by an incorrect algorithm or by a statement mistyped in such a way that it doesn't violet syntax of language.
difficult to find
Question. What is FILE?
Answer. FILE is a predefined data type. It is defined in stdio.h file.