Hello Rama,It should not be option D as the attribute length="32" does not have any logical value here .The highest limit of a 32-bit integer is 2,147,483,647 which is 10 digits long. so as it is , you cannot have a 32-bit integer more than 10 digits long , which in turn makes the length attribute u...