What is #line used for?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

Thank You for your Question... The #line pre-processor directive is used to reset the values of _FILE_ and _LINE_ macros. These are useful in generating an error message to report an inconsistency detected by the program. Thanks, Team DishaaPro
Comments

Python and Unix Professional(10 years IT Exp)

A preprocessor line control directive supplies line numbers for compiler messages. It causes the compiler to view the line number of the next source line as the specified number.
Comments

Computer & Maths Wizard

Line starting with # is used for preprocessor
Comments

Mathematics & Computer Help

# is a preprocessor directive. so it is used in the c program by two way. 1. such as #include stdio.h In this line to read all the library function of stdio.h before processing the program. 2. # define MAX 10. in this line you define MAXas a global variable for whole program. that is you can use...
read more
# is a preprocessor directive. so it is used in the c program by two way. 1. such as #include stdio.h In this line to read all the library function of stdio.h before processing the program. 2. # define MAX 10. in this line you define MAXas a global variable for whole program. that is you can use MAX any where in the program and it will consider as a 10. read less
Comments

14yrs exp Math Computers Science Teaching. Improvement In Scores Guaranteed Fee REFUND

.. To include header files.
Comments

IT Professional Trainer with 13 years of experience in IT industry + Academics

Preprocessor directives which is being included before compilation process of a C program
Comments

Doing mathematics & computing from IIT Delhi

#line is used to include a library in c,c++. eg: #include fstream this is a file stream. It is used to read and write a file.
Comments

C and linux Expert

this directive is used to reset the values of the _ _LINE_ _ and _ _FILE_ _ symbols, respectivel.
Comments

Computer & Maths Professor

# denotes the indication of a pre-processor directive in C. The pre-processor directives are those statements that are executed first before the execution of other statements.
Comments

Software Professional Trainer with 26+ years of Experience in Software Design and Development

#line is predefined macro. It is used to print currently executing line number. #line is mainly used to logging the software execution flow to find the bugs in the software (also called as debug enabled build.)
Comments

View 68 more Answers

Related Questions

What is the difference between a string and an array?
String is array of characters terminated with null.
Rakes
In Java programming, what are the differences between the functions of 'int' and 'int []' when working with an array?
INT type of function return type is int where as for int return type is int array.
Kalpana
0 0
5
Why are operating systems written in C? Why aren't other languages used?
low-level access to hardware, performance, and historical reasons.
Chandramami
0 0
5
How can I improve my C language skills so that if anyone asks me any questions about C, I can have the answer to those particular questions?
There are types of questions asked in this sector. 1.Related to Syntax and theoretical. For this you have to have a sound knowledge of the language. 2.Related to programming and output's. For this...
Furqankhan
0 0
5
What exactly is \r in the C language?
In the C language, "\r" represents the carriage return character. When encountered in a string, it instructs the output device to return the cursor to the beginning of the current line. This character...
Sajini
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

C Program-Infinite Loop[For] Demo
//Header Files #include<stdio.h>#include<conio.h> //Main function void main(){ //Function for clearing screen clrscr(); //Infinite for loop for(;;) { printf("Hello!"); } //Function for...

C Program-Error Handling
//Header files #include<stdio.h>#include<conio.h>#include<stdlib.h> //Main function void main(){ int dividend=10; int divisor=0; int quotient; //Function for clearing screen clrscr(); ...

Advantages of C++ Language
Advantages of C++ - C++ is a profoundly convenient dialect and is frequently the dialect of decision for multi-gadget, multi-stage application advancement. - C++ is a protest situated programming dialect...

Software Development Training In Jaipur
Satyam Web Solution provides website designing &development and software designing &development training in Jaipur for various stream’s students. MCA 6 month Industrial Training/Internship B....

How to write shared library program using C Programming?
Library Name : hellofilename : hello.c#include void Hello(){ printf("Hello World .. How are you 1\n");}======================================Header File:hello.h#ifndef __HELLO_H#define __HELLO_Hvoid Hello(void);#endif===============================Application...

Recommended Articles

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you