A) a) The largest integer in VB 6.0 is 32767, and the smallest integer is -32768, ranging from -32768 to 32767.
Integer data type. Integer variables are stored as 16-bit (2 bytes) values, and the range is
-32768 to 32767. The type declaration character of an integer is a percentage symbol.
(%)。
B)C/C++ is the type shown in the red box in the table below.
C) As an unsigned integer (assembly language), the largest integer is 65535, and the smallest integer is 0, ranging from 0 to 65535.