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

void main()
{
//char ch;
unsigned char ch;

clrscr();
for(ch =0;ch<= 127; ch++)
printf(" %c= %d \t ", ch, ch);
}
output?

Answer Posted / honey

how???

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain 'far' and 'near' pointers in c.

1186


What is the -> in c?

1066


What is sizeof in c?

1055


How do you use a 'Local Block'?

1226


How will you find a duplicate number in a array without negating the nos ?

2185


Why is it that not all header files are declared in every C program?

1282


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

1149


How to delete a node from linked list w/o using collectons?

2825


c language interview questions & answer

2017


List some applications of c programming language?

999


what is different between auto and local static? why should we use local static?

1171


What is external variable in c?

1096


What is a far pointer in c?

1098


What is the process of writing the null pointer?

1065


Explain the properties of union. What is the size of a union variable

1248