0
5.8kviews
Enlist all the data types in C language along with their memory requirements, format specifiers and range.

Subject : Structured Programming Approach

Title : Fundamental of C Programming

Marks : 4M

1 Answer
1
343views

C supports five fundamental data types: Character, Integer, Floating-Point, Double floating-Point, and valueless. These are denoted as char, int, float double, void, respectively, ’void’ is typically used to declare as function as returning nil value.

enter image description here

Modifiers to Basic Data Types

Modifiers are used to alter the meaning of basic data …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.