What is pragma c?


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

Post New Answer

More C Interview Questions

What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


why ordinary variable store the later value not the initial

1 Answers  


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


what is the code to display color fonts in the output?

1 Answers  


what is the maximum no. of bytes calloc can allocate

4 Answers   Mphasis,






How does memset() work in C?

2 Answers  


What are two dimensional arrays alternatively called as?

0 Answers  


Can a program have multiple main() functions?

1 Answers  


What are the types of pointers?

0 Answers  


What does typeof return in c?

0 Answers  


What is static memory allocation? Explain

0 Answers  


write a program for odd numbers?

15 Answers  


Categories