Get the answers you need at Westonci.ca, where our expert community is dedicated to providing you with accurate information. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

What will the following code output?
int val = 89;
int *var =&val;
cout << *var << endl;