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
Is c# a good language?
Write a program to print “hello world” without using semicolon?
How do you declare a variable that will hold string values?
What is difference between arrays and pointers?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Define C in your own Language.
State the difference between realloc and free.
What is array of structure in c programming?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Why is C language being considered a middle level language?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Differentiate abs() function from fabs() function.
Can two or more operators such as and be combined in a single line of program code?
Why do we use c for the speed of light?
What is bash c?