two progs are given. one starts counting frm 0 to MAX and
the other stars frm MAX to 0. which one executes fast.

Answer Posted / vignesh1988i

as for as i think , counting of MAX to 0 only will be done
fast..... take an real time example : when we climb up any
thing (eg : steps) it will take time for us to reach the
place which is up , wheares when we come down using steps we
feel easier and come quickly . like this if we see the
above can be the answer..................


thank u

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the difference between a free-standing and a hosted environment?

745


Why we use void main in c?

597


What is meant by high-order and low-order bytes?

656


Why clrscr is used after variable declaration?

1041


Do you have any idea how to compare array with pointer in c?

604






One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2160


Explain how do you list a file’s date and time?

621


What is the difference between if else and switchstatement

1312


What is infinite loop?

630


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

695


What are the advantages of using linked list for tree construction?

645


What is enumerated data type in c?

627


What is wild pointer in c with example?

575


What is the use of sizeof?

556


Discuss the function of conditional operator, size of operator and comma operator with examples.

680