Structuri repetitive C/C++ - KIDIBOT Knowledge Battles

Structuri repetitive C/C++

50 bonus points
47 successes
English
0
(0)

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

Stupidika eat all the school library. Can you prove her that you are smarter?

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++"

  • În următoarea secvenţă de program, instrucţiunea de afişare se va executa de un număr de ori egal cu: for (i=1;i<=3;i++) for (j=10;j>=i+1;j--) cout<
  • În secvenţa de instrucţiuni de mai jos, variabilele x şi y sunt de tip int. Care este valoarea pe care trebuie să o aibă iniţial variabila x dacă la finalul executării secvenţei s-a afişat un singur caracter asterisc (*)? y=x; while(x<=3) { cout<<"*"; | printf("*"); y=y+1; x=x+y; }
  • 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; }

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