What are the basic Datatypes supported in C Programming Language
Shathana. S.R. Answered question May 27, 2023
Types of Data Types in C
- Floating-point, integer, double, character. Union, structure, array, etc.
- The basic data types are also known as the primary data types in C programming.
Shathana. S.R. Answered question May 27, 2023
Types of Data Types in C
Character, integer, double, and floating-point. array, union, structure, etc.
In C programming, the fundamental data types are often referred to as the primary data types.
Vishalini.R Answered question May 27, 2023
