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
what is the difference between strcpy() and memcpy() function?
how to find anagram without using string functions using only loops in c programming
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
Write a program to reverse a linked list in c.
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
Without using main fn and semicolon,print remainder for a given number in C language
Write a program to check palindrome number in c programming?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What are dangling pointers in c?
How to implement variable argument functions ?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?