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

cba

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why n++ execute faster than n+1 ?

1826


Give me the code of in-order recursive and non-recursive.

876


How are 16- and 32-bit numbers stored?

717


Distinguish between actual and formal arguments.

581


Write a program to reverse a string.

629






What is c mainly used for?

589


What is the difference between malloc() and calloc() function in c language?

592


What is data structure in c programming?

563


Explain what is a pragma?

583


How can I send mail from within a c program?

574


How to get string length of given string in c?

599


What is adt in c programming?

602


What is c value paradox explain?

563


What do you mean by c what are the main characteristics of c language?

562


How can a number be converted to a string?

589