Correct Programs , Easiest Way , Interactive Discussions , Problem Solving , Innovation and that's all we are......Learn with the best , Advanced 'c' online research & discussion forum on c language.
Saturday, August 20, 2011
I AM AN IDIOT.
#include "stdio.h"
#include "conio.h"
void main()
{char ch[]="I AM AN IDIOT.";
char c='A';
int i=0;
while(c)
{
c=getch();
printf("%c\a",ch[i]);
i++;
No comments:
Post a Comment