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

1) int main() {
unsigned char a = 0;
do {
printf("%d=%c\n",a,a);
a++;
}while(a!=0);
return 0;
}
can anyone please explain the explain the output

Answer Posted / vidyashree b l

0

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there a built-in function in C that can be used for sorting data?

1201


program to convert a integer to string in c language'

2421


Explain how do you declare an array that will hold more than 64kb of data?

1416


What is #define in c?

1008


What are the modifiers available in c programming language?

1190


What are the back slash character constants or escape sequence charactersavailable in c?

1154


Why is c not oop?

947


hi, which software companys will take,if d candidate's % is jst 55%?

2059


How many main () function we can have in a project?

1081


main() { printf("hello"); fork(); }

1169


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1652


What is meant by operator precedence?

1112


What is strcpy() function?

1109


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1896


Explain what is the most efficient way to store flag values?

1190