Search:

Type: Posts; User: tennisstar

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    2,420

    Hey all... its me tennisstar... while i was...

    Hey all...
    its me tennisstar...

    while i was programming today... i came up to this assumption...
    (note: this is just an assumption and i just wanna figure out if i was right...)



    //when i...
  2. Replies
    18
    Views
    2,420

    I don't mean that...

    See... char[] works because it is an array of char variables but how can char* work because it is not an array of chars but it is a pointer which can store the memory address of a variable with the...
  3. Replies
    18
    Views
    2,420

    pointer vs array...

    char a[] = "Tennisstar"; // this works
    char *a = "Tennisstar"; // this also works

    /*but a pointer is a variable that stores a mem. add. and an array is a
    group of varibles... how how are they...
Results 1 to 3 of 3