Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
Re: Why use assert?
assert -- Checks if assertion is FALSE Description bool assert ( mixed assertion ) assert() will check the given assertion and take appropriate action if its result is FALSE.
The End.
vibhor48