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

How can I do serial ("comm") port I/O?

0 Answers   Celstream,


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


In c language can we compile a program without main() function?

0 Answers  


how is the examination pattern?

0 Answers   Wipro,


Can we declare variable anywhere in c?

0 Answers  






Tell me can the size of an array be declared at runtime?

0 Answers  


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  


What is sizeof array?

0 Answers  


Explain what happens if you free a pointer twice?

0 Answers  


printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


What are data structures in c and how to use them?

0 Answers  


Categories