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...

Write a program to accept a character & display its
corrosponding ASCII value & vice versa?

Answer Posted / priya.m

#include<iostream.h>
#include<conio.h>
void main()
char c;
int a;
clrscr();
cout<<"enter any word"<<photo;
cin>>c;
a=c;
cout<"corresponding ASCII is"<<a;
getch();
}

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are actual arguments?

1156


What is meant by high-order and low-order bytes?

1102


What are nested functions in c?

1070


Why double pointer is used in c?

1087


What are the types of pointers in c?

1080


Explain what header files do I need in order to define the standard library functions I use?

1226


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

1188


In which layer of the network datastructure format change is done

1942


Explain what is the difference between functions abs() and fabs()?

1255


Explain what is the benefit of using an enum rather than a #define constant?

1274


Explain the difference between strcpy() and memcpy() function?

1063


Write a program to identify if a given binary tree is balanced or not.

1228


What is a example of a variable?

1063


hi any body pls give me company name interview conduct "c" language only

2323


using for loop sum 2 number of any 4 digit number in c language

2418