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

Post New Answer

More C Interview Questions

What is the meaning of int *x[]();?

1 Answers  


What is bubble sort technique in c?

0 Answers  


difference between loading and linking

1 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


Are enumerations really portable?

0 Answers  






Why calloc is better than malloc?

0 Answers  


What is a node in c?

0 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


Explain about block scope in c?

0 Answers  


What are the various topologies? Which one is the most secure?

2 Answers  


Compare interpreters and compilers.

0 Answers  


What is a global variable in c?

0 Answers  


Categories