Q2 Single choice Flag What is the correct syntax for a try..catch statement? A try{...}catch(error){----} B try{...}catch(exception::error){----} C try{...}catch(retry){----} D try{...}error.catch(){----} Correct answer