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
How are pointers declared in c?
What is difference between union and structure in c?
What is the difference between call by value and call by reference in c?
What are the 4 data types?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Tell me when is a void pointer used?
Explain the use of #pragma exit?
Tell me can the size of an array be declared at runtime?
Can you please explain the difference between malloc() and calloc() function?
What do header files do?
What are # preprocessor operator in c?
what is the height of tree if leaf node is at level 3. please explain
How to set file pointer to beginning c?
What is the difference between a string and an array?
What does the && operator do in a program code?