In C, What is the #line used for?
Answers were Sorted based on User's Feedback
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 ? | 2 Yes | 0 No |
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 |
How are portions of a program disabled in demo versions?
Why does notstrcat(string, "!");Work?
What is a example of a variable?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
How can I implement sets or arrays of bits?
What is pass by reference in functions?
Write a program to swap two numbers without using the third variable?
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
the question is that what you have been doing all these periods (one year gap)
What kind of structure is a house?
What is meant by global static? why we have to use static variable instead of Global variable