what are # pragma staments?



what are # pragma staments?..

Answer / Arun Prakash Gupta

#pragma is a compiler directive in C that provides a way for programmers to instruct the preprocessor to perform certain operations. These statements do not generate any code and are used to control the various phases of the compilation process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

can we have joblib in a proc ?

1 Answers  


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


Explain what are run-time errors?

1 Answers  


Write a program to find given number is even or odd without using any control statement.

2 Answers  


WRITE A PROGRAM TO FIND A REVERSE OF TWO NO

7 Answers  


Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?

2 Answers   Accenture,


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


What are static functions?

1 Answers  


how to find greatet of 10 numbers without using array?

4 Answers  


What is null pointer in c?

1 Answers  


What is scanf () in c?

1 Answers  


How can I write functions that take a variable number of arguments?

1 Answers  


Categories