Give me the code of in-order recursive and non-recursive.
No Answer is Posted For this Question
Be the First to Post Answer
how should functions be apportioned among source files?
What are the preprocessor categories?
How to reverse a string using a recursive function, with swapping?
Why do we use return in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
what will be the output for the following main() { printf("hi" "hello"); }
if we take a number as a char then can we manipulate(add, subtract) on this number
fn f(x) { if(x<=0) return; else f(x-1)+x; }
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>