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 / sriharsha karanth
Both Will Execute Fast
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to find a missed value, if you want to store 100 values in a 99 sized array?
write a program to copy the string using switch case?
When should a type cast not be used?
Should a function contain a return statement if it does not return a value?
Explain what are the standard predefined macros?
Is c pass by value or reference?
program for reversing a selected line word by word when multiple lines are given without using strrev
Why c is called top down?
What is c programming structure?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Explain spaghetti programming?
How can I make it pause before closing the program output window?
What is signed and unsigned?
What does %d do?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none