Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. Operation "a = a * b + a can also be written as:
  2. A.
    a *= b + 1;
    B.
    (c = a * b)!=(a = c + a);
    C.
    a = (b + 1)* a;
    D.
    All of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    None.


Be The First To Comment