
Quiz Basi C parte 1(I/O)
Authored by Matteo Vitali
Computers
2nd Grade
Used 9+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
17 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Cosa viene stampato quando viene eseguita ognuna delle seguenti istruzioni? Se non viene stampato nulla, allora rispondete “Nulla”. Ponete x = 2 e y = 3.
printf( "%d", x );
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Cosa viene stampato quando viene eseguita ognuna delle seguenti istruzioni? Se non viene stampato nulla, allora rispondete “Nulla”. Ponete x = 2 e y = 3.
printf( "%d", x + x );
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Cosa viene stampato quando viene eseguita ognuna delle seguenti istruzioni? Se non viene stampato nulla, allora rispondete “Nulla”. Ponete x = 2 e y = 3.
printf( "x=", x + x );
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Cosa viene stampato quando viene eseguita ognuna delle seguenti istruzioni? Se non viene stampato nulla, allora rispondete “Nulla”. Ponete x = 2 e y = 3.
printf( "x=%d", x );
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Cosa viene stampato quando viene eseguita ognuna delle seguenti istruzioni? Se non viene stampato nulla, allora rispondete “Nulla”. Ponete x = 2 e y = 3.
printf("%d = %d", x + y, y + x);
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Cosa viene stampato quando viene eseguita ognuna delle seguenti istruzioni? Se non viene stampato nulla, allora rispondete “Nulla”. Ponete x = 2 e y = 3.
z = x + y;
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Cosa viene stampato quando viene eseguita ognuna delle seguenti istruzioni? Se non viene stampato nulla, allora rispondete “Nulla”. Ponete x = 2 e y = 3.
scanf( "%d%d", &x, &y );
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?