Give me the code of in-order recursive and non-recursive.


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

Post New Answer

More C Interview Questions

Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

6 Answers   NDS,


What is c token?

0 Answers  


who did come first hen or agg

15 Answers   Infosys,


Write a program to show the change in position of a cursor using c

0 Answers  


what is the use of macro program

1 Answers   TCS,


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


Explain the difference between the local variable and global variable in c?

0 Answers  


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

0 Answers   ADP,


Categories