What are pragmas and what are they good for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the different types of constants?

0 Answers  


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


What header files do I need in order to define the standard library functions I use?

0 Answers  


where can function pointers be used?

2 Answers  


program to find middle element of linklist?

1 Answers   Huawei,






what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.

6 Answers   HCL,


Explain what is the heap?

0 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


dynamically allocate memory for linear array of n integers,store some elements in it and find some of them

1 Answers  


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


Categories