What is pragma in c?


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

Post New Answer

More C Interview Questions

To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


How can I find out if there are characters available for reading?

0 Answers  


which do you prefer C or Pascal?

1 Answers  


What is a floating point in c?

0 Answers  


What is array of structure in c?

0 Answers  






Are comments included during the compilation stage and placed in the EXE file as well?

0 Answers  


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Give a fast way to multiply a number by 7

15 Answers   Accenture, Aricent, Microsoft,


what is the flow of execution in cprogram? ex:printf();,scanf();

2 Answers  


What is the difference between far and near in c?

0 Answers  


Categories