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

Answer Posted / manav kothari

# is preprocessor directive. It will execute before compilation is done

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are integer variable, floating-point variable and character variable?

601


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

864


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

703


Can you please compare array with pointer?

611


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1176






What is c language used for?

553


What is a list in c?

612


Explain the difference between the local variable and global variable in c?

593


What is wrong in this statement?

601


What is file in c preprocessor?

646


What are the types of type specifiers?

618


What is the role of && operator in a program code?

564


The file stdio.h, what does it contain?

663


what do u mean by Direct access files? then can u explain about Direct Access Files?

1637


How do I determine whether a character is numeric, alphabetic, and so on?

618