Search Header Logo

Basics of Programming in C++

Authored by Neira Dizdarević

Engineering

3rd Grade

Used 2+ times

Basics of Programming in C++
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koja je ispravna ekstenzija za C++ datoteku?

.cpp

.c

.txt

.exe

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koji od sljedećih načina je ispravan za ispis poruke na ekran?

cout << "Hello world!";

print("Hello world!");

echo "Hello world!";

System.out.println("Hello world!");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Šta znači #include u C++ programu?

Početak glavne funkcije

Uključivanje biblioteke za ulaz-izlaz

Deklaracija varijable

Komentar u kodu

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koja funkcija je obavezna u svakom C++ programu?

start()

main()

init()

run()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako je cijeli broj definiran u C++?

int broj;

float broj;

char broj;

string broj;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koji će biti rezultat sljedećeg koda? int a = 5, b = 3; cout << a + b;

8

15

53

Greška

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako se piše komentar u C++?

/* komentar */

// komentar

Obje metode su tačne

Komentari nisu podržani

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?