Test cu răspunsuri la Programare C++ - Programarea Calculatoarelor

TESTUniversitate ASEM Profesor Berzan Stefan

preview iconExtras din document

1)int *p = new int(10); *p = -10; Ce valoare are p ? 2)Care din următoarele atribuiri sunt corecte ? 1. s1[0] = s2[0]; 2. s1[0] = 'A'; 3. s1 = s2; 3).. { int x = 10; { int x = -10; cout << ::x; } } Ce extrage ? ...

Download
alert iconRaporteaza o eroare
0 Comenteaza
+1
Posteaza

Test: Test cu răspunsuri la Programare C++ Obiect: Programarea Calculatoarelor