Answer Posted / phani kumar s
we have the power ful recursion.
the function to be terminate at one place which may be
difficult in this.
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What is typedef?
Define macros.
What is data structure in c and its types?
Which type of language is c?
What does static variable mean in c?
What is struct node in c?
How is = symbol different from == symbol in c programming?
When is a null pointer used?
What is structure of c program?
Differentiate between #include<...> and #include '...'
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
Explain what is the benefit of using #define to declare a constant?
Describe the order of precedence with regards to operators in C.
What is the difference between call by value and call by reference in c?
Explain is it better to bitshift a value than to multiply by 2?