Wednesday 17 July 2013



//// ascii values ////

#include "stdafx.h"
#include "stdio.h"
#include "conio.h"
#include "iostream"

using namespace std;


int _tmain(int argc, _TCHAR* argv[])
{
       int a; char ch;
       cout<<"enter a=";
       cin>>a;
       ch=a;
       cout<<"ch="<<ch;
       getch();
}

0 comments :

Post a Comment