#define MAX 3
main()
{
printf("MAX = %d \n",MAX );
#undef MAX
#ifdef MAX
printf("Vector Instituteā);
#endif
Answer Posted / shaik anif
main()
{
int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ;
int i, j , k=99 ;
for(i=0;i<3;i++)
for(j=0;j<4;j++)
if(a[i][j] < k) k = a[i][j];
printf("%d", k);
}
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What does c mean in standard form?
code for replace tabs with equivalent number of blanks
hi any body pls give me company name interview conduct "c" language only
How does sizeof know array size?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
using only #include
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Using which language Test cases are added in .ptu file of RTRT unit testing???
largest Of three Number using without if condition?
What is the difference between constant pointer and constant variable?
Explain what is meant by 'bit masking'?
Explain how can I read and write comma-delimited text?
Why flag is used in c?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????