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

Answer Posted / sashfsjfg

# is a preprocessor it is used tell the current header file
to add some wat needed source code to program it invokes
before main function

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between declaring a variable and defining a variable?

821


What is signed and unsigned?

828


a program that can input number of records and can view it again the record

1696


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1735


Who is the founder of c language?

886


What are data structures in c and how to use them?

902


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1026


How to implement a packet in C

2614


I came across some code that puts a (void) cast before each call to printf. Why?

962


explain how do you use macro?

905


What is int main () in c?

860


What is variable declaration and definition in c?

695


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

2887


Write a program to generate random numbers in c?

859


Why c language?

840