what is the function of pragma directive in c?


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

Post New Answer

More C Interview Questions

I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers   Vector India,


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


How can I direct output to the printer?

0 Answers  


Write a program to swap two numbers without using third variable in c?

0 Answers  






What is the difference between int main and void main in c?

0 Answers  


What is the use of a ‘’ character?

0 Answers  


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

5 Answers  


Explain how can I right-justify a string?

0 Answers  


Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.

2 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


Why main is used in c?

0 Answers  


Categories