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
What is typedef struct in c?
write a program to print largest number of each row of a 2D array
What is the usage of the pointer in c?
Write a program to know whether the input number is an armstrong number.
what are the 10 different models of writing an addition program in C language?
Difference between exit() and _exit() function?
What is data structure in c programming?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Where in memory are my variables stored?
How can type-insensitive macros be created?
What are types of functions?
Are bit fields portable?
What is a memory leak? How to avoid it?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
pierrot's divisor program using c or c++ code