Andreea David
Quiz by , created more than 1 year ago

Quiz on Quizz, created by Andreea David on 23/05/2020.

1
0
0
No tags specified
Andreea David
Created by Andreea David over 4 years ago
Close

Quizz

Question 1 of 4

1

Biblioteca folosita pentru utilizarea functiilor matematice

Select one of the following:

  • <math>

  • <math.h>

  • <mate.h>

Explanation

Question 2 of 4

1

f>>n e operatie de scriere

Select one of the following:

  • True
  • False

Explanation

Question 3 of 4

1

Bibiloteca folosita pentru fisiere

Select one or more of the following:

  • <iostream>

  • <isstream>

  • <istream>

Explanation

Question 4 of 4

1

Se consideră secvența de cod alăturată. Ce se va afișa în urma
rulării acestei secvențe? (Alegeți o singură variantă de răspuns)
a) 3
b) 1
c) 0
d) 2

int i, a[10];
ofstream f("ex1.out");
for(i=1;i<=3;i++)
a[i]=i*i%2;
f<<a[3];
f.close();

Select one or more of the following:

  • a

  • b

  • c

  • d

Explanation