Answer Posted / sachin tyagi
The pre processor run before the compliler
The started statement # is called pre-procrssor command
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how can a program be made to print the name of a source file where an error occurs?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
find the sum of two matrices and WAP for it.
Explain a file operation in C with an example.
what are bit fields? What is the use of bit fields in a structure declaration?
Why is c known as a mother language?
what is bit rate & baud rate? plz give wave forms
What is header file in c?
How can I remove the leading spaces from a string?
Is c is a high level language?
Why is c not oop?
How does free() know explain how much memory to release?
what are the advantages of a macro over a function?
What is the sizeof () a pointer?
Why is this loop always executing once?