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


Please Help Members By Posting Answers For Below Questions

What does s c mean on snapchat?

579


what is the height of tree if leaf node is at level 3. please explain

1591


How can I generate floating-point random numbers?

596


What are qualifiers and modifiers c?

537


What is difference between structure and union in c?

534






Explain how are 16- and 32-bit numbers stored?

773


What are pointers really good for, anyway?

606


What is table lookup in c?

619


Why c is procedure oriented?

560


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

915


Explain bit masking in c?

625


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1364


What is a protocol in c?

552


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

646


When do we get logical errors?

629