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
Two's compliment of -5
What is macro?
How do I initialize a pointer to a function?
What is alloca() and why is its use discouraged?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
How to develop software using "c" programming?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
Can a pointer point to null?
Explain Doubly Linked Lists?
What are the applications of c language?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What does %p mean c?