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 / nagel
what you have given for this is wrong there is some formula
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we write conio h in c?
What is variable initialization and why is it important?
What do header files do?
How many types of sorting are there in c?
Write a program to implement queue.
what is the height of tree if leaf node is at level 3. please explain
What is ambagious result in C? explain with an example.
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
How can this be legal c?
Implement bit Array in C.
Why is #define used?
What is the value of c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the use of pragma in embedded c?
Why pointers are used?