Monday, 8 July 2013

Program to display name without using printf

#include<stdio.h>
void main()
{
clrscr();
puts("Innovators With C");
getch();

}

No comments:

Post a Comment