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
Explain 'far' and 'near' pointers in c.
What is the -> in c?
What is sizeof in c?
How do you use a 'Local Block'?
How will you find a duplicate number in a array without negating the nos ?
Why is it that not all header files are declared in every C program?
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
How to delete a node from linked list w/o using collectons?
c language interview questions & answer
List some applications of c programming language?
what is different between auto and local static? why should we use local static?
What is external variable in c?
What is a far pointer in c?
What is the process of writing the null pointer?
Explain the properties of union. What is the size of a union variable