Search Header Logo

Quiz sobre Linguagem C para Iniciantes

Authored by PAULO SILVA

Computers

3rd Grade

Used 3+ times

Quiz sobre Linguagem C para Iniciantes
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é o símbolo usado para terminar uma instrução em C?

:

;

.

,

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a estrutura de controle usada para repetir um bloco de código enquanto uma condição for verdadeira?

if

for

while

switch

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como se declara um array de inteiros com 10 elementos em C?

int array[10];

int array;

int array[10, 10];

int array[10] = {0};

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a função usada para imprimir texto na tela em C?

scanf

printf

print

echo

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a palavra-chave usada para definir uma constante em C?

const

define

constant

static

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a estrutura de controle usada para escolher entre múltiplas opções em C?

if

for

while

switch

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como se declara uma string em C?

char string[];

char string[10];

string char[10];

char[10] string;

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?