Is it 4 ?
@ prathmesh_08 In general Static Single Assignment means for each and every variable and for every computation of the program,we should assign a temporary variable right?
So then total temporary variables should be 8 right?