Answer:
In this debug compilation ,
. The assert() method takes in a Boolean condition as a parameter.
. It shows an error if that condition is false
. The program runs without any intervention if the condition obtained is true.
Asked In: Many Interviews |
Alert Moderator