0
Hii guys is there any concept like raise in c , c++ or Java?
I need to know whether there is any concept like raise in other languages in C ,Cpp or Java. Thanks in advance folks :)
2 Antworten
+ 4
You can use "throw".
+ 1
Woow thanx buddy for your answer. <3