Structuri repetitive C/C++ - KIDIBOT Knowledge Battles

Structuri repetitive C/C++

50 bonus points
25 successes
English
0
(0)

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

Nokko stolen all your pen reserves and you don’t have what it takes to write in class. Accept the challenge to get it back!

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 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;
  • În secvențele de mai jos, notate cu S1, S2 și S3, toate variabilele sunt întregi, iar variabila n memorează un număr natural cu cel mult nouă cifre. //S1 if(n==0) p=1; else if (n%2==0) p=6; else p=4; //S2 p=1; for(i=1;i<=n;i++) p=(p*4)%10; //S3 p=1; for(i=1;i<=n;i++) p=(p%10)*4; Variabila p memorează ultima cifră a numărului 4n în urma execut ării, independent, a secvențelor:
  • În secvenţa de instrucţiuni de mai jos toate variabilele sunt de tip întreg. for(i=0;i<5;i++) { for(j=0;j<5;j++) if(...........) cout<<″1 ″; else cout<<″2 ″; cout<

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: 1751732764.5269 s