#include<stdio.h>
main()
{int i;
do{
printf("*");
scanf("%d",&i);
}while(1);
}
this is a sample program,but u don't look down upon it
when u input a unnummber ,there will no stop!
i want to know why ???????????????????
navyblue 0 Newbie Poster
prog-bman 4 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.