Answer Posted / hrpynux@gmail.com
The #line directive tells the preprocessor to set the compiler's reported values for the line number and filename to a given line number and filename.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between a structure and a union.
What are lookup tables in c?
By using C language input a date into it and if it is right?
How can I write a function analogous to scanf?
What is far pointer in c?
Why c is faster than c++?
What are the advantages of using linked list for tree construction?
What is FIFO?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is the use of #define preprocessor in c?
How do you list a file’s date and time?
how do you programme Carrier Sense Multiple Access
What is #define?