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 / venkatesh
depends on program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you think of a logic behind the game minesweeper.
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
what do you mean by enumeration constant?
When should the register modifier be used? Does it really help?
Array is an lvalue or not?
I need a sort of an approximate strcmp routine?
What is array within structure?
What is #include cctype?
What is the use of in c?
What is the argument of a function in c?
Is swift based on c?
Are there constructors in c?
How can I read and write comma-delimited text?
What are header files and explain what are its uses in c programming?
What does main () mean in c?