Give me the code of in-order recursive and non-recursive.
Can you write a programmer for FACTORIAL using recursion?
The variables are int sum=10,SuM=20; these are same or different?
Explain the difference between malloc() and calloc() function?
#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?
What is c token?
who did come first hen or agg
Write a program to show the change in position of a cursor using c
what is the use of macro program
can anyone suggest some site name..where i can get some good data structure puzzles???
Why the use of alloca() is discouraged?
Explain the difference between the local variable and global variable in c?
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