write a program that explain #define and # undef directive
Answer / ravi joshi
The following code snippet explain the use of #define and
#undef preprorcessor directives.
/* define our own value of NULL */
#ifdef NULL
#undef NULL /* if NULL is already defined, then
undefine it */
#define NULL ((void*)0) /* define our own version of NULL
#endif
| Is This Answer Correct ? | 3 Yes | 2 No |
What is action and transformation in spark?
how to compare two strings without using strcmp() function??
What was noalias and what ever happened to it?
What is exit() function?
disadvantages of realloc ?
who is the editor of 'pokemon'?
Hi, main() { } Is a user defined function or Built in Functionn
What is meant by int main ()?
how to generate the length of a string without using len funtion?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
What is spark map function?