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 English Hindi 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

Is C programming necessary to learn to become a software engineer?
C language is starting language for programming, if you will understand the concept of C language then it would be very easy to learn all programming language because somehow concepts are similar
Ujwalajagdale
0 0
7
Which is the best C language IDE/compiler for Windows?
For Windows, one of the widely regarded C language IDEs is Microsoft Visual Studio. It provides a comprehensive development environment with features like code highlighting, IntelliSense for smart code...
Deepashri
0 0
5
Can you suggest me some books for learning C?
"letus c" for c programming yashwant kanetkar
Yamun
Why do we still use C language?
C language is still widely used for several reasons. It offers low-level memory manipulation, high performance, and efficient hardware access, making it suitable for system-level programming, embedded...
Aditi
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

Dynamic Memory Allocation in C using malloc()
#include <stdio.h>#include <conio.h>//#include <malloc.h> OR#include <stdlib.h>void main(){ int *ptr, i, n, sum = 0; printf("how many elements ? "); scanf("%d", &n);...

Basic Concepts of Web Designing
An introduction to domain names, web servers, and website hosting 1)What is the web? In a nutshell, the web is a whole bunch of interconnected computers talking to one another. The computers (on the...

What is a Programming Language
What is a Language? Language is a communication system of human. What is a programming Language? A programming Language is a formal constructed language design to communicate...

Static and dynamic libraries
A library is a package of code that is meant to be reused by many programs. A static library (also known as an archive) consists of routines that are compiled and linked directly into your program. When...

C and C++ programming with memory level debugging
Understanding C and C++ programming by using memory level debugging. Step 1: Understand the Memory map of C executable Step 2: Start memory level debugging using popular IDE Step 3: Find the memory...

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