Kursinhalt
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
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 2