#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
Write a program to swap two numbers without using third variable?
What are local static variables? How can you use them?
Write a program to reverse a string.
What is action and transformation in spark?
Why we use conio h in c?
Explain the use of #pragma exit?
Explain how do you list files in a directory?
Can you tell me how to check whether a linked list is circular?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Define recursion in c.
Which is more efficient, a switch statement or an if else chain?
How can I use a preprocessorif expression to ?
What Is The Difference Between Null And Void Pointer?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.