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

Post New Answer

More C Interview Questions

What is array of structure in c?

0 Answers  


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


what is the role you expect in software industry?

2 Answers   HCL, Wipro,


Describe the difference between = and == symbols in c programming?

0 Answers  


what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


Is reference used in C?

1 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,


What is the difference between typedef and #define?

0 Answers  


What does stand for?

0 Answers  


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


Categories