the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called
a) nested function
b) void function
c) recursive function
d) indifinite function
No Answer is Posted For this Question
Be the First to Post Answer
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
What are the types of variables in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is meant by inheritance?
How can I recover the file name given an open stream?
What is c programing language?
Explain enumerated types in c language?
What is #ifdef ? What is its application?
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
What does node * mean?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
What is undefined behavior?