Explain #pragma in C.



Explain #pragma in C...

Answer / nashiinformaticssolutions

A compiler-specific directive used for special purposes like disabling warnings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is function prototype in c with example?

0 Answers  


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


Write a program to reverse a string.

0 Answers   Global Logic, iNautix, TCS, Wipro,


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

0 Answers   Wipro,


What is pointer to pointer in c with example?

0 Answers  


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,


What are the different types of linkage exist in c?

0 Answers  


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


Explain what are global variables and explain how do you declare them?

0 Answers  


How is a structure member accessed?

0 Answers  


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

0 Answers   Wipro,


Categories