Answer Posted / saurabh chakrabarty
# is used in c to write preprocessor statements (i.e. macros)
these statements are called preprocessor statements as these
statements are processed prior to the compilation of the
rest of the code by the compiler
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
please give me some tips for the placement in the TCS.
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
List some of the dynamic data structures in C?
What is memory leak in c?
How can I direct output to the printer?
What is the condition that is applied with ?: Operator?
What does %d do in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Explain what are linked list?
What is the argument of a function in c?
What is include directive in c?
What is the significance of c program algorithms?
What is structure pointer in c?
What are compound statements?
How can you convert integers to binary or hexadecimal?