Question #157194

write the output of the following code fragments:
void x() {
cout << "xxxx"<<endl;
cout << "xxxx"<<endl;
cout << "xxxx"<<endl;
cout << "xxxx"<<endl;
}
int main() {
x();
return 0;
}

Expert's answer

xxxx

xxxx

xxxx

xxxx


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS