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

Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

761


program to convert a integer to string in c language'

1988


What is structure pointer in c?

577


What is the use of a semicolon (;) at the end of every program statement?

780


Explain what is wrong with this program statement?

624






What's a good way to check for "close enough" floating-point equality?

630


What is n in c?

577


What is function prototype in c with example?

583


Where is c used?

656


What is typedf?

674


what is the diffrenet bettwen HTTP and internet protocol

1396


What is ## preprocessor operator in c?

618


What is console in c language?

616


how to create duplicate link list using C???

2078


What is the use of pragma in embedded c?

594