Home
Posts RSS
Comments RSS
Edit
Programs
Search & Find out
Thursday, December 3, 2009
character to it's ASCII value
,
Author:
Raviteja
|
Filed Under:
c
|
#include "stdio.h"
#include "conio.h"
void main()
{
char n;
clrscr();
printf("Enter a character to get ASCII value \n\n");
scanf("%c",&n);
printf("\nThe ASCII value for the charcter %c is %d",n,n);
getch();
}
Download the executable (.exe) file for this program..
download
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
StoresnOffers.com
Find the best Local Offers, Stores from Stores, Restaurants, Malls and Supermarkets near you. Follow us to get Latest Deals & Offers
http://www.storesnoffers.com
Like Facebook Page
Popular Posts
Basic of C Program
Basics of C Format : #include "stdio.h" \* Header files*/ #include ...
dda line drawing Program
#include "stdio.h" #include "conio.h" #include "graphics.h" #include "math.h" void dda (float ...
line drawing Program
#include "stdio.h" #include "conio.h" #include "graphics.h" void main() { int gd,gm,x,x1,x2,y,y1,y2,a...
STUDENT GRADE
#include "iostream.h" #include "conio.h" class grade { private: int r,m[3]; float p; publ...
TRAPEZOIDAL RULE
#include "stdio.h" #include "conio.h" #include "math.h" void main () { int i; float u,l,n,h,tmp,...
Design By Asterix symbols
#include "stdio.h" #include "conio.h" void main() { int i,a,b,c,d,n,m,x,y; clrscr(); printf("Enter a ...
Adding two numbers using single level inheritance
#include "iostream.h" #include "conio.h" class one { private: int c; protected: int a,b;...
Male or Female
Printing gender according to your gender first character #include "stdio.h" #include "conio.h" void main() { ...
SQUARE OF A Number
#include "conio.h" #include "iostreame.h" class demo { public : int a,b,c; void sum(); }; void demo :: sum(...
Sum of prime numbers
#include "stdio.h" #include "conio.h" void main () { int i,n,R,m; clrscr (); printf("Enter a no....
Labels
c
(57)
c#
(1)
c++
(20)
Blog Archive
Blog Archive
November (1)
December (52)
November (22)
About Me
Raviteja
View my complete profile
My Blog List
Term of Use
0 comments:
Post a Comment