Answer Posted / nipa
loop is faster then recursion. because in recursion several
time function call itself, so it take time to pass control
to function and return value, but in loop control not pass
in other function it work in same function.here we consider
that function and loop contain same number of statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how to find binary of number?
How can you read a directory in a C program?
What is wrong with this declaration?
What is new line escape sequence?
Difference between Function to pointer and pointer to function
how can I convert a string to a number?
Can you please compare array with pointer?
What is the size of array float a(10)?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is omp_num_threads?
What should malloc() do?
What is extern keyword in c?
what is a function method?give example?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is oops c?