Contenido del 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.
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 2