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
Write a simple code fragment that will check if a number is positive or negative.
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
can any one tel me wt is the question pattern for NIC exam
Can we change the value of constant variable in c?
Is there a built-in function in C that can be used for sorting data?
What is wrong with this initialization?
What are the functions to open and close file in c language?
How can I make sure that my program is the only one accessing a file?
How to set file pointer to beginning c?
What is union and structure in c?
How can I discover how many arguments a function was actually called with?
the question is that what you have been doing all these periods (one year gap)
What is the general form of a C program?
Here is a good puzzle: how do you write a program which produces its own source code as output?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2