#define min((a),(b)) ((a)<(b))?(a):(b)
main()
{
int i=0,a[20],*ptr;
ptr=a;
while(min(ptr++,&a[9])<&a[8]) i=i+1;
printf("i=%d\n",i);}
Answer Posted / bj
4
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why should I prototype a function?
what are the facialities provided by you after the selection of the student.
Explain what is meant by 'bit masking'?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
hi, which software companys will take,if d candidate's % is jst 55%?
What is difference between function overloading and operator overloading?
What does int main () mean?
What is the use of header?
What is a pointer on a pointer in c programming language?
What is a good data structure to use for storing lines of text?
What is array of structure in c?
explain how do you use macro?
Tell us bitwise shift operators?
What is getch () for?
What are the types of i/o functions?