#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
How can you be sure that a program follows the ANSI C standard?
What are 3 types of structures?
What are the 4 data types?
What is a spanning Tree?
What is double pointer?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
Which header file is used for clrscr?
When should a type cast be used?
What is the difference between strcpy() and memcpy() function in c programming?
What is difference between arrays and pointers?
What is oops c?
write a c program to find the sum of five entered numbers using an array named number
What does == mean in texting?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Describe the order of precedence with regards to operators in C.