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?
Answers were Sorted based on User's Feedback
Answer / ravi saini
Recursion based question........
Output wil be
cCbBaA
| Is This Answer Correct ? | 3 Yes | 0 No |
application attempts to perform an operation?
Program to find larger of the two numbers without using if-else,while,for,switch
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
What is omp_num_threads?
Difference between null pointer and dangling pointer?
Which built-in library function can be used to match a patter from the string?
how to use enum datatype?Please explain me?
What is data structure in c programming?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Write a program to know whether the input number is an armstrong number.
what is the hardware model of CFG( context free grammar)
wat are the two methods for swapping two numbers without using temp variable??