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
How can I read data from data files with particular formats?
What are unions in c?
What is sizeof array in c?
What is use of null pointer in c?
What is string in c language?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain continue keyword in c
where do we use volatile keyword?
What the different types of arrays in c?
what is difference between ANSI structure and C99 Structure?
how should functions be apportioned among source files?