Structuri repetitive C/C++ - KIDIBOT Knowledge Battles

Structuri repetitive C/C++

50 bonus points
0 successes
English
0
(0)

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

Darknetizen provokes you to a quick fight, What do you say? Do you have what it takes?

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 dintre următoarele expresii C/C++ are valoarea 1 după executarea secvenţei de instrucţiuni de mai jos, în care toate variabilele sunt întregi? v1=0; v2=0; for(i=1;i<=3;i++) { for (j=1;j<=i;j++) v1=v1+1; for (k=i;k<=3;k++) v2=v2+1; }
  • Câte atribuiri se execută, în total, în secvenţa de mai jos, dacă n şi p sunt variabile de tip întreg? p=1; n=279; while (n>=100) { p=p*10; n=n-100; }
  • 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: 1771840301.205 s