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

What is the difference between malloc() and calloc() function in c language?

0 Answers  


What is the difference between %d and %*d in C

3 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


When is a void pointer used?

0 Answers  






What is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


Is c still used in 2019?

1 Answers  


atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation

0 Answers  


Is c is a low level language?

0 Answers  


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

0 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


Categories