C++ Program Codes
Learn and share the source codes of C++ Programs
Pages
Home
Projects
Assignments
Infolinks - Earn Easy Money
Saturday, April 4, 2015
C program to find ASCII values
#include <iostream>
#include <conio.h>
#include <stdio.h>
using namespace std;
int main ( )
{
int a ;
while ( a < 225 )
{
printf ( " %d = %c ", a , a ) ;
a++ ;
}
return 0 ;
}
No comments:
Post a Comment
Must drop your comments about post.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Must drop your comments about post.