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
How do we print only part of a string in c?
What are static variables in c?
What does printf does?
What is a header file?
How to Throw some light on the splay trees?
What are structure members?
What is scope rule in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
By using C language input a date into it and if it is right?
Explain how do you print only part of a string?
What is scope and lifetime of a variable in c?
How can you draw circles in C?
What is modifier & how many types of modifiers available in c?
Write a code to generate a series where the next element is the sum of last k terms.
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff