S

Suresh's Software Testing

Software testing, automated software testing, software
testing tools, software testing training, manual software
testing, software testing certification, software testing
interview questions, types of softwa

  • Rated2.6/ 5
  • Updated 7 Years Ago

Programming and Data Types in C programming

Updated 7 Years Ago

With this declaration, the range of permissible integer values (for a 16-bit OS) will shift from the range -32768 to +32767 to the range 0 to 65535. Thus, declaring an integer as unsigned almost doubles the size of the largest possible value that it can otherwise take.
Read More