What is #pragma statements?


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

Post New Answer

More C Interview Questions

write the program for maximum of the following numbers? 122,198,290,71,143,325,98

5 Answers  


in which language c language is written?

2 Answers  


Explain the term printf() and scanf() used in c language?

0 Answers  


What is a pragma?

0 Answers  


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,






m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


Explain what is the benefit of using const for declaring constants?

0 Answers  


What is chain pointer in c?

0 Answers  


How can I read and write comma-delimited text?

0 Answers  


find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 Answers   Amdocs, TCS,


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...

1 Answers   Philips,


Categories