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

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

Answer Posted / guest

null

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Lists the benefits of c programming language?

600


What is volatile variable in c with example?

590


Why doesnt this code work?

620


What do mean by network ?

661


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15056






What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3735


What is wrong with this declaration?

615


‎How to define structures? · ‎

636


Combinations of fibanocci prime series

1116


Give me the code of in-order recursive and non-recursive.

890


Explain the difference between call by value and call by reference in c language?

651


How can I find out if there are characters available for reading?

649


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

580


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1675


What is the easiest sorting method to use?

637