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
hey, the switch statement will use if-else statements internally if the number of cases to be compared is very less (say upto 10) ... if thenumber of cases is very large , it uses a jump table for implementation , for e.g. if '33' is a CASE , the 33the …
The End.
lyfzopen