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 / fazlur rahaman naik
the output will b cCbBaA
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How are 16- and 32-bit numbers stored?
How to draw the flowchart for structure programs?
What is structure packing in c?
Was 2000 a leap year?
What is the difference between printf and scanf )?
What is define c?
c program to compute AREA under integral
What are the application of void data type in c?
Write a program to identify if a given binary tree is balanced or not.
What is operator promotion?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is a pragma?
What is an identifier?
When do we get logical errors?
What is the role of this pointer?