18 December 2010

Interesting Programming


Huh...nice coding with nice output...Nice to be used to prank others...with some other creative ideas..

#include <stdio.h>
#include <time.h>
int main ()
{
printf (WAKAKAKAKAKAKAKAKA)
srand(time(NULL));
int a=rand();
while (a != 0.1)
{
printf ("%d ",a);
a=rand();
}
system ("pause");
return 0;
}


No comments: