Sabtu, 17 September 2016

What are data types in C- Programming

A data type specifies the type of value that we use in our programs. A data type is generally specified when declaring variables, arrays, functions etc. In ANSI C, the data types are divided into three categories. They are: 1) Primitive or Fundamental data types 2) User-defined data types 3) Derived data types Primitive or Fundamental data types The primitive data types in ANSI C are as shown in the below diagram: The most fundamental data types that every C compiler supports are: int, char, float and double. Other compilers support the extended versions of these fundamental data types like:

The post What are data types in C- Programming appeared first on Coding Security.


What are data types in C- Programming
read more

Tidak ada komentar:

Posting Komentar