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
Differentiate between declaring a variable and defining a variable?
What is signed and unsigned?
a program that can input number of records and can view it again the record
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Who is the founder of c language?
What are data structures in c and how to use them?
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
How to implement a packet in C
I came across some code that puts a (void) cast before each call to printf. Why?
explain how do you use macro?
What is int main () in c?
What is variable declaration and definition in c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Write a program to generate random numbers in c?
Why c language?