Saturday 9 November 2013

How to find asci value using c language code

#include<stdio.h>
void main()
{
  int ch;
  clrscr();
  printf("\n\n\t\tpress any key to see asci value");
   ch=getch();
    printf("\n\nENTERED KEY CODE IS :::>%d",ch);
  getch();
}

No comments:

Post a Comment

How to change Background color by selecting color from Listview

activitymain.xml file::> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     xm...