Posts
 
Reputation
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
~190 People Reached
Favorite Forums
Favorite Tags
c x 1

1 Posted Topic

Member Avatar for Gaiety

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 …

Member Avatar for lyfzopen
0
190

The End.