krishna kanna wrote:
> void main()
> {
> int i;
> for(i=0;i++;i<100)
> {
> printf("%d",i);
> }
> }
> what is the output of this programNothing useful. I liked the original reply: Write programs that benefit you and your needs. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* VerifyMyPC 2.2 Change tracking and management tool. Reduce tech. support times from 2 hours to 5 minutes. Free for personal use, $10 otherwise. http://www.CubicleSoft.com/VerifyMyPC/
