logo

Crowdly

Browser

Add to Chrome

В якому рядку (чи рядках) зроблена помилка: a)  #include<iostream> b)  ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

В якому рядку (чи

рядках) зроблена помилка:

a) 

#include<iostream>

b) 

using namespace std;

c) 

int main()

d) 

{

e) 

    int SomeVariable = 5;

f) 

    cout

<< “SomeVariable: ” <<

SomeVariable << “\n”;

g) 

    int *pVar = & SomeVariable;

h) 

    pVar = 9;

i) 

    cout

<<

“SomeVariable: ” << *pVar << “\n”;

j) 

    return 0;

k) 

}

....

  

More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome