C Programming Quiz

C Programming Quiz

Professional Development

6 Qs

quiz-placeholder

Similar activities

Lógica de Programação - Loop encadeado

Lógica de Programação - Loop encadeado

University - Professional Development

3 Qs

Revisão P1 - Estrutura de Dados

Revisão P1 - Estrutura de Dados

Professional Development

10 Qs

Introducción a python

Introducción a python

Professional Development

10 Qs

.   Python бағдарламалау тілі

. Python бағдарламалау тілі

Professional Development

10 Qs

PythonDia1

PythonDia1

Professional Development

10 Qs

c programming-Test 1

c programming-Test 1

Professional Development

10 Qs

Sintaxe do Java - Parte 1

Sintaxe do Java - Parte 1

Professional Development

6 Qs

Juego #07

Juego #07

Professional Development

10 Qs

C Programming Quiz

C Programming Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Ms STAFF

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct variable declaration in C?

int num = 5;

int = 5 num;

num int = 5;

integer num = 5;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to print something in C?

Console.WriteLine("Hello");

cout ?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a data type in C but is in Java?

int

float

String

char

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

main() is the starting point of both C and Java programs.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java code must be compiled into machine code like C.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Both C and Java support for, while, and if statements.

True

False