:"Genişletilmiş tam sayı türleri" nelerdir? Okuduğum kitaptan aktaran
signed char, signed short int, signed int, signed long int, signed long long int
are called standard signed integer typesunsigned char, unsinged short int, unsigned int, unsigned long int, unsinged long long int, _Bool
are called standard unsigned integer types- In addition to the standard integer types, the C99 standard allows implementation-defined extended integer types, both signed and unsigned. For example, a compiler might be provide signed and unsigned 128-bit integer types.
Ben 3 nokta ile sorunu var. Bu "genişletilmiş tamsayı türleri" nelerdir? Herhangi bir örnek?
uzun uzun uzun? –
hata: 'uzun uzun' GCC – fuz