#include "stdio.h"
int to_ascii(int x)
{
return x%128;
}
int main (void)
{
int a;
printf("Enter a number:\n");
scanf("%d", &a);
printf("%d\n", to_ascii(a));
system("pause");
return 0;
}
c, c++ , java, oracle, database design, c tutorial, c++ tutorial, java tutorial, oracle tutorial, programming, make program easy, c programming, c advance program, java advance program
All rights reserved||Using Deluxe Template By Klodian
0 comments:
Post a Comment