answersLogoWhite

0

Because it isn't a built-in data-type in C. Other examples that aren't built-in data-types: complex numbers, binary trees, associative-arrays.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where string is primitive data type of string data type?

String is not primitive data. Only char,int,double,and boolean are!


Is string is primitive or user defined data type?

String - is primitive data typestring - is user defined data type


Can you store non primitive data type in the array list?

Yes you can store non primitive data type variables in an array. String is a non primitive data type. You can declare a string array as: String a[]=new String[10];


What is in string?

A string is a collection of words or characters in '' or "" it is also a data type.


Is string arr a non primitive data type?

Depends on the context of the question you were asking from, there are 2 distinct answers: Yes and NO. In the narrowest definition, any array is NOT a primitive data type in C#. Hence a string array is NOT a primitive data type in that context. A string itself, however, is a primitive data type. Some developers would like to extend the definition of "primitives" into the arrays, collections, and Enumeration. Thus, in this context, an array of string IS a primitive data type.


What is string in Python?

A string is a collection of words or characters in '' or "" it is also a data type.


Which of the following is not a registry data type?

The following is not a registry data type: String Array.


Variables declared using the string data type usually are initialized to the empty string?

Yes.


Why to use String in c?

C doesn't have String data-type, so don't use it.


What type of data deals with descriptions?

Descriptions are best represented using a character array (string) data type.


What type of data allows letters and numbers?

Character(-string).


Is myid a data type in Java?

No, that looks like an object. If I had to guess, myID refers to a string of some sort, but it is not a data type.