#define MAX 3
main()
{
printf("MAX = %d \n",MAX );
#undef MAX
#ifdef MAX
printf("Vector Instituteā€);
#endif

Answer Posted / rohit

it will give a compile error..

Is This Answer Correct ?    4 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are multidimensional arrays?

652


What does it mean when a pointer is used in an if statement?

596


What is main () in c language?

590


Explain the use of fflush() function?

620


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1372






Why functions are used in c?

580


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

638


What is data structure in c programming?

566


What is the difference between constant pointer and constant variable?

741


What are formal parameters?

649


Which is better malloc or calloc?

645


Write a program to know whether the input number is an armstrong number.

660


Are bit fields portable?

669


Do you have any idea about the use of "auto" keyword?

659


What are the c keywords?

742