c++ programming
Flashcard
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

20 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Choose a right C Statement: Loops or Repetition block executes a group of statements repeatedly. Loop is usually executed as long as a condition is met. Loops usually take advantage of Loop Counter.
Back
All the above.
2.
FLASHCARD QUESTION
Front
What is the output of the following C Program?
int main()
{
int a=5;
while(a >= 3);
{
printf("RABBIT\n");
break;
}
printf("GREEN");
return 0;
}
Back
None of the above
3.
FLASHCARD QUESTION
Front
What is the output of the following C Program?
int main()
{
int a=25;
while(a <= 27)
{
printf("%d ", a);
a++;
}
return 0;
}
Back
25 26 27
4.
FLASHCARD QUESTION
Front
What is the output of the following C Program?
int main()
{
int a=32;
do
{
printf("%d ", a);
a++;
}
while(a <= 30);
return 0;
}
Back
32
5.
FLASHCARD QUESTION
Front
What is the output of C Program?
int main()
{
int a=32;
do
{
printf("%d ", a);
a++;
if(a > 35)
break;
}
while(1);
return 0;
}
Back
32 33 34 35
6.
FLASHCARD QUESTION
Front
Choose a correct C Statement: a++ is (a=a+1) POST INCREMENT Operator, a-- is (a=a-1) POST DECREMENT Operator, --a is (a=a-1) PRE DECREMENT Operator, ++a is (a=a+1) PRE INCREMENT Operator.
Back
All the above.
7.
FLASHCARD QUESTION
Front
What is the output of C Program?
int main()
{
int k;
for(k=1; k <= 5; k++);
{
printf("%d ", k);
}
return 0;
}
Back
6
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Pre Flashcardz BPK
Flashcard
•
University
10 questions
Unit 104 SITE PREP
Flashcard
•
Professional Development
10 questions
Can you...?
Flashcard
•
Professional Development
13 questions
Journalism Principles
Flashcard
•
University
18 questions
Educación Militar Basada en el Enfoque de Competencias
Flashcard
•
KG
8 questions
Faktor, Peranan Penting Transpirasi
Flashcard
•
Professional Development
11 questions
DYLAN CUESTIONARIO
Flashcard
•
KG
11 questions
Investigaciones Arqueológicas en San Andrés
Flashcard
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
Discover more resources for
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
23 questions
Subject Verb Agreement
Quiz
•
9th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
5 questions
Poetry Interpretation
Interactive video
•
4th Grade - University
19 questions
Black History Month Trivia
Quiz
•
6th Grade - Professio...
15 questions
Review1
Quiz
•
University
15 questions
Pre1
Quiz
•
University