Answer Posted / harika.thota001@gmail.com
The preprocessor provides the ability for the inclusion of header files, macro expansions, conditional compilation, and line control.
In many C implementations, it is a separate program invoked by the compiler as the first part of translation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any demerits of using pointer?
Is a house a shell structure?
Describe the steps to insert data into a singly linked list.
Why do we need volatile in c?
How can I read data from data files with particular formats?
Explain what are linked list?
What is const keyword in c?
What is c language and why we use it?
What does *p++ do? What does it point to?
What is the general form of #line preprocessor?
Explain the meaning of keyword 'extern' in a function declaration.
Is sizeof a keyword in c?
What is the use of function overloading in C?
Why c is called a mid level programming language?
What is meant by int main ()?