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 10 different models of writing an addition program in C language?
Explain zero based addressing.
What are enumerated types?
how to build a exercise findig min number of e heap with list imlemented?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Explain what is #line used for?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is typedef?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Stimulate calculator using Switch-case-default statement for two numbers
What is 'bus error'?
Why doesn't C support function overloading?
What is a protocol in c?
Why is c called c?