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
Why is void main used?
What is variable declaration and definition in c?
Explain how does flowchart help in writing a program?
What is a shell structure examples?
What is a stream?
How can a string be converted to a number?
What is a stream in c programming?
Explain void pointer?
What is a null pointer in c?
What is structure in c definition?
how many key words availabel in c a) 28 b) 31 c) 32
Is calloc better than malloc?
Does * p ++ increment p or what it points to?
There seem to be a few missing operators ..
Differentiate fundamental data types and derived data types in C.