Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Given the next statements: 1 int int1; int int2 = 3; int *p = &int1; *p = 2; p = &int2; int2 = int2

C++ image text in transcribed
image text in transcribed
image text in transcribed
Given the next statements: 1 int int1; int int2 = 3; int *p = &int1; *p = 2; p = &int2; int2 = int2 + *p; int1 = inti + 5 * *p; vono w Click Save and Submit to save and submit. Chek Save All Answers to LIUI Status: obovou w int *p = &int1; *p = 2; p = &int2; int2 = int2 + *p; int1 = int1 + 5 * *p; p = &int1; *p = *p + 10; int2 = *p - 9; Click Save and Submit to save and submit Chek Save All Answers to 10 *p = *p + 10; int2 = *p - 9; What is the value of int2 after the execution of line 6? O2 06 O 3 O 5 Click Save and Submit to save and submit. Click Save All Answers to save all a

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions