Quiz
Let's solve a quiz to see where you stand!
Quiz
1
What is the output of the following code?
int main() {
cout << "*****" << endl;
cout << "***" ;
cout << "*****" << endl;
cout << "***" ;
}
A)
*****
***
*****
***
B)
*****
********
***
C)
********
*****
***
D)
*****
***
********
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.