Conteúdo do Curso
C++ Intermediate | Mobile-Friendly
C++ Intermediate | Mobile-Friendly
Datatypes Modifiers
There are also name implies - datatype modifiers. They can modify the length of data that a particular data type can hold.
signed
- to take negative and positive values.unsigned
- to take only positive diapason of values.short
- to short the diapason and memory needed for your program.long
- to lengthen the diapason and memory required for your program.
python
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 2