adspace


what are # pragma staments?

Answer Posted / Arun Prakash Gupta

#pragma is a compiler directive in C that provides a way for programmers to instruct the preprocessor to perform certain operations. These statements do not generate any code and are used to control the various phases of the compilation process.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi send me sample aptitude papers of cts?

2248


i have a written test for microland please give me test pattern

2814


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1179


Differentiate between null and void pointers.

1253


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1356


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2391


What is the general form of a C program?

1096


develop algorithms to add polynomials (i) in one variable

2255


write a progrmm in c language take user interface generate table using for loop?

2121


will u please send me the placement papers to my mail???????????????????

1920


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2822


What is the difference between union and anonymous union?

1395


swap 2 numbers without using third variable?

1203


what is ur strangth & weekness

2584


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2212