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
what does static variable mean?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is difference between stdio h and conio h?
How can I prevent another program from modifying part of a file that I am modifying?
What are the complete rules for header file searching?
Do variables need to be initialized?
Is main an identifier in c?
Explain which function in c can be used to append a string to another string?
What is the easiest sorting method to use?
write a program to concatenation the string using switch case?
what is the format specifier for printing a pointer value?
Why isn't it being handled properly?
Explain what happens if you free a pointer twice?
Which function in C can be used to append a string to another string?
Explain the red-black trees?