Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2387


Explain the difference between null pointer and void pointer.

1134


What is the purpose of 'register' keyword in c language?

1076


Why array is used in c?

1062


Why flag is used in c?

1181


How do you search data in a data file using random access method?

1360


What is adt in c programming?

1225


When would you use a pointer to a function?

1098


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1786


Define macros.

1328


Explain the properties of union.

1135


Explain Function Pointer?

1244


how to execute a program using if else condition and the output should enter number and the number is odd only...

2371


Find MAXIMUM of three distinct integers using a single C statement

1117


How is a null pointer different from a dangling pointer?

1086