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 is the equivalent code of the following statement in WHILE LOOP format?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Do you know pointer in c?
Why doesnt long int work?
How can you find out how much memory is available?
Can variables be declared anywhere in c?
What is array in C
What is the size of a union variable?
Can you define which header file to include at compile time?
What do you mean by invalid pointer arithmetic?
What is define c?
What are predefined functions in c?
What is chain pointer in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above