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

bBcCbBaA

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are portions of a program disabled in demo versions?

758


When should volatile modifier be used?

558


Explain About fork()?

654


What is the meaning of typedef struct in c?

602


What is strcpy() function?

662






What are local static variables?

625


Differentiate between functions getch() and getche().

629


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

612


can any one tel me wt is the question pattern for NIC exam

1562


What is a function in c?

577


What is hashing in c language?

620


Is calloc better than malloc?

584


What does %d do?

729


What is the difference between declaring a variable by constant keyword and #define ing that variable?

2708


What is storage class?

659