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...

main()
{
char as[] = "\\0\0";
int i = 0;
do{
switch( as[i++]) {case '\\' : printf("A");
break;
case 0 : printf("B");
break;
default : printf("C");
break;
}}
while(i<3);
}

Answer Posted / srikanth

ACB

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

about c language

1958


What is the data segment that is followed by c?

1030


What is pointer to pointer in c with example?

981


Why does the call char scanf work?

1151


What is the difference between a function and a method in c?

1027


How can I call a function with an argument list built up at run time?

1171


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

1101


Can we declare variables anywhere in c?

946


Explain the use of 'auto' keyword in c programming?

1066


what are the advantages of a macro over a function?

1091


Write a c program to demonstrate character and string constants?

2111


How many identifiers are there in c?

961


How can I use a preprocessorif expression to ?

992


What is the purpose of sprintf?

1061


Can variables be declared anywhere in c?

1032