Search:

Type: Posts; User: CommonTater

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    1,932

    Ok think about 2 arrays declared in sequence... ...

    Ok think about 2 arrays declared in sequence...


    char a[16], b[16];


    These will be in memory like this...

    AAAAAAAAAAAAAAAABBBBBBBBBBBBBBBB
  2. Replies
    10
    Views
    1,932

    You can test the ranges using the MAX values.......

    You can test the ranges using the MAX values....
    For example...


    printf("%d", INT_MAX);


    The reason they don't say "an int can hold values between -6000 and + 6000 is that it won't be the...
Results 1 to 2 of 2