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
How to declare a variable?
will u please send me the placement papers to my mail???????????????????
What is the difference between near, far and huge pointers?
What is the difference between pure virtual function and virtual function?
What is unsigned int in c?
What are the types of data files?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is break statement?
What is wrong with this initialization?
What is the purpose of sprintf() function?
Explain two-dimensional array.
Describe the order of precedence with regards to operators in C.
What is uint8 in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
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