logo

Crowdly

Browser

Add to Chrome

Course 24

Looking for Course 24 test answers and solutions? Browse our comprehensive collection of verified answers for Course 24 at moodle.teleinformatika.eu.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Co je výstupem tohoto kódu? (odděluj mezerou)

for (int i = 6; i >= 1; i--) {

printf("%d ", i);

}

View this question

Co je výstupem tohoto kódu? (odděluj mezerou)

for (int i = 2; i <= 10; i += 2) {

printf("%d ", i);

}

View this question

Kdy používáme cyklus for? (doplň)

Když předem Odpověď Úloha 7, kolikrát se má cyklus opakovat.

View this question

Co je výstupem tohoto kódu? (odděluj mezerou)

for (int i = 1; i <= 5; i++) {

printf("%d ", i);

}

View this question

Co je výstupem tohoto kódu?

int x = 10;

if (x > 5) printf("A"); else printf("B");

View this question

Doplň chybějící klíčové slovo:

Odpověď Úloha 3 (den) {

case 1: printf("Pondeli"); break;

}

View this question

Co je výstupem tohoto kódu? (odděluj mezerou)

for (int i = 1; i <= 10; i++) {

if (i == 5) break;

printf("%d ", i);

}

View this question

Je zápis if (jePlnolety == true) správný? (ano/ne)

View this question

Od jakého čísla začíná INDEX prvků pole v jazyce C?

View this question

Jak zapíšeme podmínku „pokud jePlnolety NENÍ pravda" pomocí operátoru negace?

View this question

Want instant access to all verified answers on moodle.teleinformatika.eu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome