A Funny Loop:
This will make you laugh....its a joke
"/" is used instead of "<" and ">".
#include/stdio.h/
#include/conio.h/
int main(void)
{
int c;
for(c=1;c<=100,c++)
printf("my name is...");
return 0;
getch();
}
This will make you laugh....its a joke
"/" is used instead of "<" and ">".
#include/stdio.h/
#include/conio.h/
int main(void)
{
int c;
for(c=1;c<=100,c++)
printf("my name is...");
return 0;
getch();
}
Posted by Anil Kumar Verma at 12:44 PM
Labels: C Programing Beginner
0 comments:
Post a Comment