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
formula to convert 2500mmh2o into m3/hr
How can I open files mentioned on the command line, and parse option flags?
What is conio h in c?
What is a double c?
What is the full form of getch?
Explain what is the stack?
explain what is an endless loop?
What is a substring in c?
Where local variables are stored in c?
Explain union.
What is advantage of pointer in c?
What is the translation phases used in c language?
Difference between Function to pointer and pointer to function
What is the difference between the expression “++a” and “a++”?
When would you use a pointer to a function?