COMPUTER NETWORKING

NETWORK LAYER

NEXT GENERATION IP

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the function of Rule 1:Omission of the Leading 0s?
A
remove some the leading 0s in each individual hextet.
B
remove all the leading 0s in each individual hextet.
C
not remove all the leading 0s in each individual hextet.
D
add all the leading 0s in each individual hextet.
Explanation: 

Detailed explanation-1: -str. erase(0, std::min(str. find first not of(’0’), str. size()-1));

There is 1 question to complete.