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

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 are the benefits of c language?

651


Why main is not a keyword in c?

654


How can I remove the trailing spaces from a string?

620


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

611


Where local variables are stored in c?

562






Where is c used?

656


Why c is a mother language?

560


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2654


Write a C program to count the number of email on text

1422


What is the difference between int main and void main?

580


How can variables be characterized?

1654


What does main () mean in c?

620


Why is c so popular?

656


how to capitalise first letter of each word in a given string?

1436


Explain what is the difference between functions getch() and getche()?

614