#include<stdio.h>
#include<conio.h>
void main()
{
char ch='\356';
printf("%d",ch);
}
o/p=-18 why?plz.explain
Answer Posted / dreambiren143
o/p=-18
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is .obj file in c?
What is the most efficient way to count the number of bits which are set in an integer?
Tell me the use of bit field in c language?
What is difference between structure and union in c?
When should the volatile modifier be used?
What are the different types of control structures in programming?
What are structure types in C?
What is the use of the function in c?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Explain Function Pointer?
What is pointer & why it is used?
Explain how can type-insensitive macros be created?
what are bit fields in c?
What are loops in c?
What are qualifiers?