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 do we use main function?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
I need a sort of an approximate strcmp routine?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is d scanf?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is the size of array float a(10)?
what do the 'c' and 'v' in argc and argv stand for?
What is use of pointer?
How pointer is different from array?
How can you avoid including a header more than once?
What is #pragma statements?
What are the different types of constants?