#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


Please Help Members By Posting Answers For Below Questions

Is using exit() the same as using return?

684


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1500


What is malloc and calloc?

578


What do you understand by normalization of pointers?

629


What is realloc in c?

581






Explain what is dynamic data structure?

651


i got 75% in all semester am i eligible for your company

1743


What is the difference between declaring a variable and defining a variable?

726


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

617


Write a Program to find whether the given number or string is palindrome.

616


Why c is called top down?

633


What are qualifiers in c?

576


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2618


Can you apply link and association interchangeably?

682


What are header files and what are its uses in C programming?

642