#include<stdio.h>
#include<conio.h>
void main()
{
char ch='\356';
printf("%d",ch);
}
o/p=-18 why?plz.explain
Answers were Sorted based on User's Feedback
Answer / manish soni bca 3rd year jaipu
in place of 356 we i/p and see o/p;
i/p o/p
0-7 0-7
8-9 56-57
10-17 8-15
| Is This Answer Correct ? | 0 Yes | 1 No |
What is a #include preprocessor?
How do I swap bytes?
What is the purpose of the statement: strcat (S2, S1)?
Can the “if” function be used in comparing strings?
Is linux written in c?
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
Do you know what are the properties of union in c?
What is #pragma statements?
i want to know the procedure of qualcomm for getting a job through offcampus
Write a simple code fragment that will check if a number is positive or negative.
What is the significance of an algorithm to C programming?
How can you check to see whether a symbol is defined?