Search:

Type: Posts; User: shellwoo3

Search: Search took 0.01 seconds.

  1. I get it now. Thanks for showing the steps. :)

    I get it now. Thanks for showing the steps. :)
  2. New to C Programming- Need help understanding !! operator

    int main(void)
    {
    int i =2, j = 1;

    printf("%d", !!i + !j);


    return 0;
    }
Results 1 to 2 of 2