esmc7318 esmc7318 17-06-2024 Computers and Technology Answered What will the following code output? int val = 89; int *var =&val; cout << *var << endl;