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
What are the application of c?
How to write a code for reverse of string without using string functions?
How does struct work in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What are the advantage of c language?
Which header file is used for clrscr?
How can my program discover the complete pathname to the executable from which it was invoked?
What is the use of pragma in embedded c?
How can I dynamically allocate arrays?
Is exit(status) truly equivalent to returning the same status from main?
What is the size of a union variable?
What are the advantages of Macro over function?
What are c identifiers?
What are variables and it what way is it different from constants?