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

program to find the ASCII value of a number

Answer Posted / seshaphani

void main()
{
int num;
printf("Enter the number");
scanf("%d",&num);
printf("ASCII of %d is %d\n",num,itoa(&num));

}

Is This Answer Correct ?    9 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function pointer c?

1192


Explain a pre-processor and its advantages.

1193


What is a dynamic array in c?

1226


What are the types of variables in c?

1088


What is an expression?

1109


What is the purpose of void pointer?

1103


What is meant by recursion?

1101


What is the code for 3 questions and answer check in VisualBasic.Net?

2209


What is null in c?

1157


Is c dynamically typed?

1213


What does node * mean?

1308


What is the purpose of macro in C language?

1164


Which programming language is best for getting job 2020?

1102


What are the three constants used in c?

1044


In which header file is the null macro defined?

1403