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 can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is the purpose of ftell?
What is the maximum length of an identifier?
Why we use conio h in c?
Explain why c is faster than c++?
What does node * mean?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is structure in c language?
What is a pointer in c plus plus?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is c token?
What are multidimensional arrays?
What is define c?
What is the equivalent code of the following statement in WHILE LOOP format?
Explain what is the most efficient way to store flag values?