Infolinks - Earn Easy Money

Saturday, April 4, 2015

C++ program to print Smiley Face

#include <conio.h>
#include <stdio.h>
using namespace std;
int main (  )
{
int x=1 , a=1 ;
while ( x < 80 * 50 )
{
printf ( "%c", a);
x++ ;
}
return 0 ;
}

1 comment:

Must drop your comments about post.