#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


Please Help Members By Posting Answers For Below Questions

Differentiate between ordinary variable and pointer in c.

610


Are pointers integers in c?

600


How can you increase the size of a statically allocated array?

606


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

638


Why is struct padding needed?

621






What is array in C

695


Compare and contrast compilers from interpreters.

672


List some of the dynamic data structures in C?

776


In C programming, how do you insert quote characters (‘ and “) into the output screen?

878


Explain Basic concepts of C language?

635


What are the types of operators in c?

603


what is event driven software and what is procedural driven software?

2003


Why is c called c?

615


Explain what are reserved words?

628


What do you mean by c what are the main characteristics of c language?

560