Answer Posted / sight
It's not necessary that every time faster loops only because
it's depends upon the problem.....
On this we take decision that it's faster working with loop
or recursion....
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Why & is used in c?
Write a program to print numbers from 1 to 100 without using loop in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is adt in c programming?
how to build a exercise findig min number of e heap with list imlemented?
Differentiate between functions getch() and getche().
What is optimization in c?
What are local static variables?
Why is this loop always executing once?
How do shell structures work?
What are the types of pointers?
Explain what is the difference between text files and binary files?
What is the difference between array and linked list in c?
Differentiate between full, complete & perfect binary trees.