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

What is array of structure in c programming?

758


Can you think of a logic behind the game minesweeper.

2012


Write a program to generate the Fibinocci Series

671


What is union and structure?

576


What is the difference between void main and main in c?

626






Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3058


What are the key features in c programming language?

622


How can I remove the trailing spaces from a string?

618


What are types of preprocessor in c?

624


What is the value of c?

576


What is the use of bit field?

647


What is the scope of an external variable in c?

571


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

1470


What is typedef example?

619


What is malloc calloc and realloc in c?

673