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
What are the similarities between c and c++?
What is the c value paradox and how is it explained?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Write a program to print "hello world" without using a semicolon?
What is difference between arrays and pointers?
What is the code for 3 questions and answer check in VisualBasic.Net?
Where we use clrscr in c?
What is static and auto variables in c?
What is a rvalue?
define string ?
How would you rename a function in C?
What does == mean in texting?
What is static memory allocation? Explain
Write a Program to find whether the given number or string is palindrome.
If the size of int data type is two bytes, what is the range of signed int data type?