[2 points] Indicate the value written to cout for the following C++ code segments. 1) = &i; int i{100}; int* ptri i i+20
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
[2 points] Indicate the value written to cout for the following C++ code segments. 1) = &i; int i{100}; int* ptri i i+20
[2 points] Indicate the value written to cout for the following C++ code segments. 1) = &i; int i{100}; int* ptri i i+20; cout << (*ptri); Output: = 2) string s = “2514”; cout << s[1]; Output:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!