Thursday 9 January 2014

how to print hello in C language

#include<stdio.h>
#include<conio.h>
void main()
{
    clrscr();
     printf("HELLO DX");
      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...