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

Answer Posted / yuvaraj

# is nothing but a symbol which denote starting of preprocessor i.e its an syntax like comment line /*

Is This Answer Correct ?    5 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In a switch statement, explain what will happen if a break statement is omitted?

641


which is conditional construct a) if statement b) switch statement c) while/for d) goto

741


Explain zero based addressing.

613


What are operators in c?

586


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

4992






Are the expressions * ptr ++ and ++ * ptr same?

671


What are the types of pointers in c?

536


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

817


What is the g value paradox?

647


Is there a built-in function in C that can be used for sorting data?

749


Is array a primitive data type in c?

582


What is calloc() function?

627


What is the use of linkage in c language?

619


What is getch () for?

681


What is modeling?

649