Search:

Type: Posts; User: esadako

Search: Search took 0.00 seconds.

  1. Replies
    26
    Views
    2,077

    this is one of my module that i have to take in...

    this is one of my module that i have to take in my studies. Its the holiday and i am trying to finish it asap.
  2. Replies
    26
    Views
    2,077

    actually i jus started picking up c++ a week ago...

    actually i jus started picking up c++ a week ago and i am using DEV C++ to do the compiling. not sure which is gd for beginner.
    i started programing with JAVA which i feel is easier to understand
  3. Replies
    26
    Views
    2,077

    hi guys i have written a prog that proves 2) is...

    hi guys i have written a prog that proves 2)
    is correct. the output is 1.
    IS there anything wrong with my prog??


    #include <iostream.h>
    #include <stdlib.h>
    #include <stdio.h>
    int...
  4. Replies
    26
    Views
    2,077

    hi mario. from ur explaination 1) is rt but...

    hi mario. from ur explaination 1) is rt

    but for *(&a[0][0] + 4*i + j)
    i am not really sure.

    my feeling is that it is wrong .

    and the rt ans would be a[i][j] =*(&a[0][0] + 3*i + j)
    is...
  5. Replies
    26
    Views
    2,077

    help on test quest

    If we declare: int a[4][3]; then a[i][j] is equivalent to:
    1) *(a[i] + j)
    2) *(&a[0][0] + 4*i + j)
    3) Both (a) and (b)
    4) None of the above

    Can anyone enlighten me on...
Results 1 to 5 of 5