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

Should I learn data structures in c or python?

587


What is the use of ?

628


What is data structure in c language?

611


Is this program statement valid? INT = 10.50;

690


difference between Low, Middle, High Level languages in c ?

1636






What is the process to generate random numbers in c programming language?

614


How #define works?

623


Is javascript written in c?

586


How can I find the modification date of a file?

708


Explain what are the advantages and disadvantages of a heap?

599


What is the c language function prototype?

651


There seem to be a few missing operators ..

621


What are the different types of pointers used in c language?

614


What is hash table in c?

576


What is int main () in c?

630