what are # pragma staments?


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

Post New Answer

More C Interview Questions

C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


What is encapsulation?

2 Answers  


c language interview questions & answer

0 Answers  


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  






A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  


What is macro?

5 Answers   IBM,


what do u mean by Direct access files? then can u explain about Direct Access Files?

0 Answers   LG Soft,


What is the size of empty structure in c?

0 Answers  


What are the advantage of c language?

0 Answers  


Explain the difference between null pointer and void pointer.

0 Answers   TCS,


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


Categories