Anywhere I need to.
Descriptions are best represented using a character array (string) data type.
A character data type.
String data type allows unlimited character intput
array of character data type which is terminated by null character
A primitive data type is built into the language - int, char, long, etc. A non-primitive data type is am abstract data type that is built out of primitive data types - linked list, queue, stack, etc.
Descriptions are best represented using a character array (string) data type.
A character data type.
C is statically typed. There is no need for dollar or percentage symbols to differentiate between character/string data and numeric data.
Data is information. Data type defines the type of data - integer, character etc
text
The name used in Excel for that data type is Text, but it is like the character data type in other computer systems.
there are three data type ic c language. they are, 1.primary data type: a.integer type b.floating point type c.character type d.void type 2.derived data type eg; array, pointer 3.userdefined data type eg; structer and union
Data Type : - It is used to identify the type of data. 'C' Language has a large no of data type, Thus it is also known by rich data type language: Data type are generally classified in three group: 1: Fundamental data type 2 Derived Data Type : 3 Use defined data type; 1 Fundamental data type: Fundamental data type includes i) The int data type: The data type int can store integer value only for eg. 14, 45, 78 declaration: int a,b; here we can store any value in variable a & b. ii) Char Data Type : The data type char can store character value only which is enclosed with single quote for e.g. 'c' declaration : char x = 'c' iii) Float Data Type:
A single letter data type
String data type allows unlimited character intput
data-type
array of character data type which is terminated by null character