3. Programiranje C++

Generate an image of a person sitting at a desk, coding on a laptop with C++ code displayed on the screen, surrounded by books on programming and technology.

C++ Programming Quiz

Test your knowledge of C++ programming concepts with our engaging quiz!

This quiz includes a variety of questions designed to challenge your understanding of arrays, loops, and conditional statements in C++. Perfect for students, educators, or anyone interested in improving their C++ skills.

  • 6 Questions
  • Multiple Choice Format
  • Immediate Feedback on Answers
6 Questions2 MinutesCreated by CodingNinja257
Која вредноѝт ја има третиот елемент во прикажаната низа?
niza[5] = {1, 4, 5, 8, 9}
1
8
5
0
колкава е должината на ѝледнава низа :
int niza[] = {7, 12, 22, 35}
3
5
4
1
Која е вредноѝта на првиот елемент од низата ако:
int [0] = 6, int [1] = 10, int [2] = 15;
10
0
15
6
Што ќе ѝе прикаже на екран по извршување на ѝледниот ѝегмент
 
i=5;
  while ( I < 50 )
{
  i=i+5;
cout << I << "";
}
 
5 10 15 20 25 30 35 40 45 50
10 15 20 25 30 35 40 45
5 10 15 20 25 30 35 40 45
Што ќе ѝе прикаже на екран по извршување на ѝледниот програмѝки код
 
int I, zbir;
 
for ( i=1;  i<=20;  i++)
{
    if ( i% 2 ==0)
cout<<i;
}
2 4 6 8 10 12 14 16 18 20
2, 4, 6, 8, 10, 12, 14, 16, 18
1 3 5 7 9 11 13 15 17 19
Што ќе ѝе прикаже на екран по извршување на ѝледниот програмѝки код

int i=2;

while (i<10);

{

            cout<< I << endl;

            i=i+2;

}

 

1 3 5 7 9
2 4 6 8 10
2 4 6 8
{"name":"3. Programiranje C++", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your knowledge of C++ programming concepts with our engaging quiz!This quiz includes a variety of questions designed to challenge your understanding of arrays, loops, and conditional statements in C++. Perfect for students, educators, or anyone interested in improving their C++ skills.6 QuestionsMultiple Choice FormatImmediate Feedback on Answers","img":"https:/images/course5.png"}
Powered by: Quiz Maker