What will be printed on the console?
void fo throw (float) {
throw 10.0f;
int main() {
try {
std::cout << "A";
std::cout <BL.
} catch() [
std::cout <ET:
}
return 0;
3
Answers
Answered by
1
Answer:
Void main will be printed on the console.
Similar questions