Search:

Type: Posts; User: centaur

Search: Search took 0.01 seconds.

  1. can someone help

    can someone help
  2. i can do that. yeeeaaaa. but i still dont get my...

    i can do that. yeeeaaaa. but i still dont get my question. what is stands for and how the arrays are used. if someone could answer my questions then i will understand it better.
  3. im a new learner. i cant fully write a full...

    im a new learner. i cant fully write a full program yet. im learning these things right as you speak
  4. Thread: question

    by centaur
    Replies
    7
    Views
    1,158

    question

    what are two differences between these two statements.
    be easy im a new learner

    char string[]="This is a string";
    char *string = "This is a string";
  5. it is in my book. can u help me with the others

    it is in my book. can u help me with the others
  6. int scores []=15,20,22,17,18,19 int *ptr;...

    int scores []=15,20,22,17,18,19
    int *ptr;
    ptr=scores;


    how many bytes are use by the array scores
    what is the value of *ptr
    what is the value of *ptr+2
    what is the value of *ptr+22
  7. Im Having Problems Understanding The Arrays

    15,20,22,17,18,19



    how many bytes are use by the array scores
    what is the value of *ptr
    what is the value of *ptr+2
    what is the value of *ptr+22

    What does the *ptr stand for anyway?...
  8. Thread: please help

    by centaur
    Replies
    4
    Views
    966

    please help

    what are some of the uses of the break statement :confused:
  9. Thread: question

    by centaur
    Replies
    2
    Views
    935

    thanks

    thanks
  10. Thread: question

    by centaur
    Replies
    2
    Views
    935

    question

    what is meant by parse?
    and why is it necessary to include header files such as:
    #include <math.h> :confused:
  11. Replies
    5
    Views
    2,061

    my knowledge in c programming is very limited. im...

    my knowledge in c programming is very limited. im trying to increase my knowledge
  12. Replies
    5
    Views
    2,061

    i have a question

    what are two differences between text file and binary files
  13. im new at this so can someone please help me.

    im new at this so can someone please help me.
  14. Can someone please help me solve this program? Im new in this and im lost.

    :confused: A palindrome is a number or a text phrase that reads the same backwards as forwards. For example, each of the following five-digit integers are palindomres: 12321, 5555. 45554 and 11611....
Results 1 to 14 of 14