It will most likely begin to crash and eventually just freeze , i'm guessing
Answer:
what are the options?
reply in comment so i can help:)
Answer:A lot of people cry when they cut an onion. The trick is not to form an emotional bond.lol
Answer:
An error will be occurred here. In C++ a function must be like
returntype function_name(){
}
but the functions in given class does not have returntype given. So there will be a syntax error.
If the returntype is defined then the code does not show any output since nothing is printed in the main function.