Thread: i need help ASAP Please

  1. #1
    Registered User
    Join Date
    Oct 2011
    Posts
    7

    i need help ASAP Please

    Code:
    #include
    Code:
    <stdio.h>
    int main(){
    int x=011,i;
    for(i=0;i<x;i+=3){
    printf("Start ");
    continue;
    printf("End");
    }
    return 0;
    }
    

    I know that the output is: Start Start Start

    But i don't know how i got to that output. Can some one explain why i got that output?

  2. #2
    Registered User
    Join Date
    Apr 2006
    Posts
    58
    What are expecting to see?

  3. #3
    Registered User
    Join Date
    Oct 2011
    Posts
    7
    This is an code was given to me to run and explain why i got it. I just wanted to know how I got this output.

  4. #4

  5. #5
    Registered User
    Join Date
    Oct 2011
    Posts
    7
    thanks for the link it was very helpful

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help asap!
    By tayexdrums in forum C Programming
    Replies: 17
    Last Post: 09-22-2011, 11:26 PM
  2. Someone Please Help! ASAP!!
    By CB44 in forum C++ Programming
    Replies: 8
    Last Post: 01-17-2011, 01:13 AM
  3. Need help!!!!!! Asap!!!!!
    By DMJJR1988 in forum C++ Programming
    Replies: 4
    Last Post: 09-16-2010, 01:20 AM
  4. Need Help ASAP....
    By Maxwell in forum C++ Programming
    Replies: 16
    Last Post: 09-14-2005, 06:56 PM
  5. i really need help asap
    By dinesh in forum C Programming
    Replies: 1
    Last Post: 04-24-2003, 11:22 PM

Tags for this Thread