void main()
  {
  int i;
  for(i=0;i++;i<100)
  {
  printf("%d",i);
  }
  }
  what is the output of this program
   

                                
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 

[Non-text portions of this message have been removed]

Reply via email to