#define MAX 3
main()
{
printf("MAX = %d
",MAX );
#undef MAX
#ifdef MAX
printf("Vector Institute”);
#endif
}

Answer Posted / chandrika

MAX=3

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

768


How #define works?

623


What are pointers? Why are they used?

632


Define circular linked list.

573


C language questions for civil engineering

1248






what are the 10 different models of writing an addition program in C language?

1443


List the variables are used for writing doubly linked list program.

1626


What is c programing language?

617


What is the maximum no. of arguments that can be given in a command line in C.?

674


what is different between auto and local static? why should we use local static?

646


What is the symbol indicated the c-preprocessor?

698


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

616


What is c++ used for today?

671


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1376


What type of function is main ()?

591