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 is the difference between malloc() and calloc()?

621


What is a static variable in c?

673


What is the use of printf() and scanf() functions?

640


Why can’t constant values be used to define an array’s initial size?

840


Explain what does it mean when a pointer is used in an if statement?

621






What are the two forms of #include directive?

647


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

645


What is wrong with this program statement?

610


What is the use of a semicolon (;) at the end of every program statement?

780


What is the scope of static variable in c?

539


In C programming, what command or code can be used to determine if a number of odd or even?

627


What is variable in c example?

598


How do you list files in a directory?

569


What are linked lists in c?

653


What is the size of enum in bytes?

594