Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

#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

What happens if you free a pointer twice?

1134


When was c language developed?

1258


Explain the difference between ++u and u++?

1187


What are the types of bitwise operator?

1164


What are the ways to a null pointer can use in c programming language?

1193


How do you declare a variable that will hold string values?

1230


Explain what is the best way to comment out a section of code that contains comments?

1188


Can we change the value of #define in c?

1056


When should the volatile modifier be used?

1233


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

2173


What is declaration and definition in c?

1175


What is dynamic dispatch in c++?

1108


What is the difference between malloc() and calloc() function in c language?

1136


When is a “switch” statement preferable over an “if” statement?

1209


What are inbuilt functions in c?

1080