What is primary data type | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is primary data type

5th Sep 2020, 4:17 PM
Waleed Khan
Waleed Khan - avatar
2 Answers
+ 3
Primary data types are those data types which are already defined in the programming languages also called primitive or in-built data types. There are also user defined data types, as the name suggests , which are defined by uesr. these data types are :- byte, short, int, long, char, float, double , boolean.
5th Sep 2020, 7:58 PM
Dreamer
Dreamer - avatar
+ 5
Primary data-type are built-in data types, as opposite to user-defined data types https://www.sololearn.com/learn/C/2942/ Don't start C and C++ course at same time. Finish C first, then proceed to C++. Practice on a computer.
5th Sep 2020, 4:19 PM
Gordon
Gordon - avatar