#define MAX 3
main()
{
printf("MAX = %d
",MAX );
#undef MAX
#ifdef MAX
printf("Vector Institute”);
#endif
}
Answer Posted / chinnu
MAX=3
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the use of a ‘ ’ character?
What is new line escape sequence?
What is build process in c?
In a byte, what is the maximum decimal number that you can accommodate?
What does the function toupper() do?
Why c language?
Are global variables static in c?
Write a program to print numbers from 1 to 100 without using loop in c?
What is use of pointer?
How macro execution is faster than function ?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What should malloc(0) do?
What is the difference between mpi and openmp?
Differentiate between static and dynamic modeling.
What is 'bus error'?