If "AaBbCc" is passed to the char
char x(*a)
{
a[0]?x(a+1):1;
printf("%c",a[0]);
return 1;
}
what will be the output?
Answers were Sorted based on User's Feedback
Answer / ravi saini
Recursion based question........
Output wil be
cCbBaA
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the difference between procedural and declarative language?
what is c
Explain void pointer?
Program to simulate second clock
Difference between Function to pointer and pointer to function
why we are using float in C
What is a far pointer in c?
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
Can main () be called recursively?
What is #include called?
Explain what are linked list?
What is a wrapper function in c?