Computer Science, asked by namburigeethakrishna, 8 months ago

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 ujjwal62064
1

Answer:

Void main will be printed on the console.

Similar questions