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
What is union in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is pass by reference in c?
Explain pointers in c programming?
How many types of sorting are there in c?
What are structure types in C?
What is %g in c?
Can we add pointers together?
Explain can you assign a different address to an array tag?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is a file descriptor in c?
Explain the meaning of keyword 'extern' in a function declaration.
difference between native and cross compilers
What are the applications of c language?
How can I generate floating-point random numbers?