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 is a pragma?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
C program to perform stack operation using singly linked list
Explain the difference between call by value and call by reference in c language?
How can you restore a redirected standard stream?
What are the header files used in c language?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
How can you increase the size of a statically allocated array?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
How do c compilers work?
will u give me old quesrion papers for aptitude for L & t info tech?
Write a program to find the biggest number of three numbers in c?