answersLogoWhite

0

What is primare datatype in c?

User Avatar

Anonymous

∙ 15y ago
Updated: 8/19/2019

primary datatypes means the data types which are provided by developer of language himself like int,float,double,char are the primary data types in c language

where as the String,array are nothing but the derived data types.

for Ex.we derived the String data type from char datatype using array system.

User Avatar

Wiki User

∙ 15y ago

What else can I help you with?