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 / govindkrishna

#include<stdio.h>
#include<conio.h>
main()
{
char ch;
printf("enter any charecter %c /n");
scanf("%c ",&ch);
printf("the ACSCII value is %d= /n",ch);
}

Is This Answer Correct ?    61 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

1079


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

1942


How many types of arrays are there in c?

1016


Explain pointers in c programming?

1083


What are the storage classes in C?

1122


How can I insert or delete a line (or record) in the middle of a file?

994


What does dm mean sexually?

1271


Can one function call another?

1065


What are the two types of structure?

1055


Create a simple code fragment that will swap the values of two variables num1 and num2.

1243


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1960


Explain can static variables be declared in a header file?

1121


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1909


How we can insert comments in a c program?

1086


Dont ansi function prototypes render lint obsolete?

1086