Home » Operating Systems » Operating systems miscellaneous » Question

Operating systems miscellaneous

  1. Consider the following code segment :
    x = u – t;
    y = x * v;
    x = y + w;
    y = t – z;
    y = x * y;
    The minimum number of total variables required to convert the above code segment to static single assignment form is __________.
    1. 5
    2. 10
    3. 100
    4. 11
Correct Option: B

NA



Your comments will be displayed only after manual approval.