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?
Answer Posted / ravi saini
Recursion based question........
Output wil be
cCbBaA
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are structure members?
What is this infamous null pointer, anyway?
What is #define in c?
Is there a way to jump out of a function or functions?
What is the use of c language in real life?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Once I have used freopen, how can I get the original stdout (or stdin) back?
Why is extern used in c?
What is the use of header?
How does #define work?
Is swift based on c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What does dm mean sexually?
Which header file is used for clrscr?