Search code examples
c++signedshort

What is the difference between signed and normal short


What is the difference between signed and normal short in c++? Is the range is different?


Solution

  • short is signed by default, so there is no difference.