What will be the value of x after execution of following expression in C++ ? X = + + m + n + + ; where m = 10 and n = 15.
25
27
26
28