
Linguaggio C
Quiz by Vincenzo Speciale
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
10 questions
Show answers
- Q1Qual è il comando per includere una libreria in un programma C?require#includeloadimport30s
- Q2Quale di questi tipi di dato non è presente nel linguaggio C?charfloatintstring30s
- Q3Qual è il simbolo utilizzato per indicare un commento a linea singola in C?///*#--30s
- Q4Quale di queste funzioni è utilizzata per richiedere l'input da parte dell'utente in C?inputreadgetscanf30s
- Q5Qual è il risultato di '5 % 2' in C?205130s
- Q6Quale di queste istruzioni serve per terminare un programma in C?finish;break;return 0;exit;30s
- Q7Quale operatore in C viene utilizzato per confrontare due valori?=<>==!=30s
- Q8Qual è la funzione utilizzata per allocare dinamicamente memoria in C?mallocnewcreatealloc30s
- Q9Quale ciclo in C viene utilizzato quando il numero di iterazioni è noto?forforeachwhiledo while30s
- Q10Qual è il valore di una variabile non inizializzata in C?indefinitoNULL0130s