C Programming Part 2

in #programming8 years ago


I'm starting to tune today to greet everyone. This is my attempt to give an idea of ​​programming languages ​​just for ordinary users. Today I talk about the data type of the C programming language. There are many types of data types. The main four are: 1 Int data type 2 .char data type 3.float data type 4 double data type Int data type means integer quantity (unaltered numbers such as 1, 2, 3 etc.) Its size is 2 bytes or 16 bits (1 byte = 8 bits) and ranges from -37676 to +3,2767. char data type means single character (a character such as a, b, z, a, n etc.) Its size is 1 byte or 8 bit.bit (1 byte = 8 bits) and ranges from 128 to +127.

float data type means floating point number (decimal number 10.5, 1.8, 5.6 etc.). Its size is 4 bytes or 32 bit bytes (1 bytes = 8 bits) and range 3.4 e-38 to 3.4 e + 38. Here the exponent or power is defined by e. Double data type is called double precition floating point number. It is similar to the float data type but size is huge. Its size is 8 bytes or 64 bit.bits (1 bytes = 8 bits) and ranges 1.7 e-308 1.7 e + 308. As soon as today, I will be presenting you with the Constant and Cosmetic books and software in front of you. Thank you all.