Aug 24 2005 10:38 AM 16255 5 What is the range of the char type The range of the char type is 0 to 2^16 - 1. anita Apr 14th, 2015 According to me size of char type is 2^15-1.. sentientmachine Profile Answers by sentientmachine Questions by sentientmachine Mar 9th, 2011 In java, the range of a char type is 0 to 65535 or0 to +((2^16)-1)Getting java to print out the MIN_VALUE and max value is tricky because the characters at position 0 and 65535 are unprintable. ... Answer Question Select Best Answer
Aug 24 2005 10:38 AM 16255 5 What is the range of the char type The range of the char type is 0 to 2^16 - 1. anita Apr 14th, 2015 According to me size of char type is 2^15-1.. sentientmachine Profile Answers by sentientmachine Questions by sentientmachine Mar 9th, 2011 In java, the range of a char type is 0 to 65535 or0 to +((2^16)-1)Getting java to print out the MIN_VALUE and max value is tricky because the characters at position 0 and 65535 are unprintable. ... Answer Question Select Best Answer
sentientmachine Profile Answers by sentientmachine Questions by sentientmachine Mar 9th, 2011 In java, the range of a char type is 0 to 65535 or0 to +((2^16)-1)Getting java to print out the MIN_VALUE and max value is tricky because the characters at position 0 and 65535 are unprintable. ...