In C, What is the #line used for?

Answers were Sorted based on User's Feedback



In C, What is the #line used for?..

Answer / 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 ?    2 Yes 0 No

In C, What is the #line used for?..

Answer / 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

More C Interview Questions

Is c functional or procedural?

1 Answers  


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

0 Answers   ADP,


why we use pointer in c

7 Answers   HCL, TCS,


Explain the difference between the local variable and global variable in c?

0 Answers  


Can 'this' pointer by used in the constructor?

0 Answers  






how to swap 4 number without using temporary number?

2 Answers  


What is the use of volatile?

0 Answers  


What is maximum size of array in c?

0 Answers  


what is a void pointer?

2 Answers  


What is the difference between if else and switchstatement

0 Answers  


When should volatile modifier be used?

0 Answers  


what is the meaning of java that is (J A V A) full form of JAVA

71 Answers   AKS University, Bhel, BNL, BPO, HCL, Peacecon,


Categories