#include<stdio.h>
#include<conio.h>
void main()
{
char ch='\356';
printf("%d",ch);
}
o/p=-18 why?plz.explain
Answer Posted / 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 |
Post New Answer View All Answers
How do I read the arrow keys? What about function keys?
Can you think of a logic behind the game minesweeper.
Was 2000 a leap year?
What does == mean in texting?
What is a class c rental property?
How can you find the day of the week given the date?
Write a code of a general series where the next element is the sum of last k terms.
How can I open a file so that other programs can update it at the same time?
Why c is a mother language?
How can you determine the maximum value that a numeric variable can hold?
What does. int *x[](); means ?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
what are # pragma staments?
What is a stream?
What does sizeof int return?