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 / roopa

bBcCbBaA

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what’s a signal? Explain what do I use signals for?

604


What is wrong with this program statement?

602


Write a Program to find whether the given number or string is palindrome.

605


How can I avoid the abort, retry, fail messages?

647


How does struct work in c?

602






How many types of arrays are there in c?

587


what is a constant pointer in C

665


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

714


What does typedef struct mean?

646


What is derived datatype in c?

627


Is javascript written in c?

570


What is the difference between struct and typedef struct in c?

640


How can I read in an object file and jump to locations in it?

567


What are the primitive data types in c?

563


can we have joblib in a proc ?

1650