Question: what is the output of bellow code?var posVal= 44;
var negVal= -posVal;
var diffVal= (posVal-negVal);
document.write(diffVal);
A
B
C
D
44
B
88
C
-44
D
0
Note: Not available