If you know then define #pragma?


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

Post New Answer

More C Interview Questions

What are unions in c?

0 Answers  


what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }

2 Answers  


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

0 Answers  


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  






code for inverse a matrix

0 Answers  


How can my program discover the complete pathname to the executable from which it was invoked?

0 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


Who developed c language and when?

0 Answers  


Can stdout be forced to print somewhere other than the screen?

0 Answers  


What is the stack in c?

0 Answers  


What is the difference between variable declaration and variable definition in c?

0 Answers  


Categories