Why do u use # before include in a C Progam?

Answer Posted / sudarsan gouda

# is nothing but the preprocessor operator.That means it
will execute before the main() execution.
That means we are required to include that header file
those are required to our program before main(),

Is This Answer Correct ?    56 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to declare a variable?

792


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

1642


What is the difference between near, far and huge pointers?

841


What is the difference between pure virtual function and virtual function?

902


What is unsigned int in c?

763


What are the types of data files?

954


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2902


What is break statement?

876


What is wrong with this initialization?

799


What is the purpose of sprintf() function?

833


Explain two-dimensional array.

848


Describe the order of precedence with regards to operators in C.

860


What is uint8 in c?

905


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

944


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1737