What is meant by recursion?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38

1 Answers  


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

0 Answers  


how many error occurs in C language ?

22 Answers   Infosys, Wipro,


What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


Can a pointer be volatile in c?

0 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


Give basis knowledge of web designing ...

0 Answers   HCL,


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


what is the difference between entry control and exit control statement?

12 Answers   Darbari Lal DAV Model School,


is c language is a object oreinted language?

5 Answers   TCS,


Categories