The performance of an operation in several steps with each step using the output of the preceding step
a) recursion
b) search
c) call by value
d) call by reference
No Answer is Posted For this Question
Be the First to Post Answer
What are the 3 types of structures?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
What are the loops in c?
Explain how can you be sure that a program follows the ansi c standard?
Describe the order of precedence with regards to operators in C.
What is a const pointer in c?
what are the various memory handling mechanisms in C ?
Why is structure padding done in c?
what is the difference between while and do while?
What are header files why are they important?
What are the advantages and disadvantages of pointers?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark