The number of integers between any 2 numbers, both inclusive is given by :
If a and b are the two integers, # of integers is a-b+1.
Hence the number of integers between 2 to 1000(10^3) is 1000-2+1 = 999(Option C)
If a and b are the two integers, # of integers is a-b+1.
Hence the number of integers between 2 to 1000(10^3) is 1000-2+1 = 999(Option C)











