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.