#define MAX 3
main()
{
printf("MAX = %d \n",MAX );
#undef MAX
#ifdef MAX
printf("Vector Instituteā);
#endif
Post New Answer View All Answers
By using C language input a date into it and if it is right?
What is the explanation for modular programming?
Explain what is the benefit of using an enum rather than a #define constant?
What is an array in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Why is c called c?
to find the closest pair
Differentiate between null and void pointers.
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Can we use visual studio for c?
What is the Purpose of 'extern' keyword in a function declaration?
What is a keyword?
What are identifiers in c?
Tell me when would you use a pointer to a function?
Is return a keyword in c?