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
what is the difference between class and unio?
How many types of errors are there in c language? Explain
largest Of three Number using without if condition?
What are the storage classes in C?
How can you find out how much memory is available?
What are conditional operators in C?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
How do you list files in a directory?
Does * p ++ increment p or what it points to?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
difference between Low, Middle, High Level languages in c ?
What is && in c programming?
Do pointers need to be initialized?
What is a 'null pointer assignment' error?
Which of these functions is safer to use : fgets(), gets()? Why?