#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
code for find determinent of amatrix
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
Explain what is the benefit of using #define to declare a constant?
What is define c?
Write a C program to count the number of email on text
What is the meaning of 2d in c?
What is the use of function overloading in C?
How can I remove the leading spaces from a string?
Why main function is special give two reasons?
Does c have class?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the explanation for modular programming?
How can I generate floating-point random numbers?
why return type of main is not necessary in linux