Structuri repetitive C/C++ - KIDIBOT Knowledge Battles

Structuri repetitive C/C++

50 bonus points
48 successes
English
0
(0)

Consta in verificarea structurilor repetitive din limbajul C/C++

What a disaster! Beedo wants to lead a Crocobets team to attack your school. Take him down!

How useful was it?

Click on a star to rate it!

As you found this post useful...

Surprise your friends by sending this link to them

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Examples of questions from "Structuri repetitive C/C++"

  • Care este valoarea pe care trebuie să o aibă iniţial variabila întreagă x pentru ca, în urma executării secvenţei de mai jos, să se afişeze HHHHHH? while (x!=3){ x=x-1; cout<<"HH"; | printf(”HH”); }
  • Care este numărul total de atribuiri efectuate la executarea secvenţei de instrucţiuni de mai jos? x=4; y=6; while (y==6) y=y+1; if (x==y) x=x+1;
  • Care este valoarea pe care poate să o aibă iniţial variabila întreagă x dacă, la sfârşitul executării secvenţei de mai jos, variabila întreagă y are valoarea 2? y=0; do{ x=x/10; y=y+1; } while(x%100==0);

Do you think you can make a better quiz than Structuri repetitive C/C++?

Create your own quiz!
Problems with Structuri repetitive C/C++? Report!

Main Partner:

Supporters:

Total time: 1757008439.214 s