Search:

Type: Posts; User: ashish12169

Search: Search took 0.19 seconds.

  1. Replies
    5
    Views
    1,596

    Re: how operator( && or || works).....

    Thanks ......
  2. Replies
    5
    Views
    1,596

    Re: how operator( && or || works).....

    Sir, These Things i know .
    But my question is different

    e.g int k=5&4; give result k=4;

    but i fail to decide the result of int k=4&2&6;

    the same problem is with OR operator....
  3. Replies
    5
    Views
    1,596

    how operator( && or || works).....

    int k=5|6|7; how it works ....
    int k=4&5&6; how it work .....
Results 1 to 3 of 3