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 / ravi saini

Recursion based question........

Output wil be

cCbBaA

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Sir i need notes for structure,functions,pointers in c language can you help me please

1953


What are the 5 types of inheritance in c ++?

591


What does static variable mean in c?

657


How do I create a directory? How do I remove a directory (and its contents)?

609


Is array name a pointer?

608






How many keywords (reserve words) are in c?

626


What is time complexity c?

575


What is meant by inheritance?

636


What language is windows 1.0 written?

583


What are categories used for in c?

574


What is nested structure?

580


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1474


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1632


What is the heap in c?

647


What is exit() function?

566