answersLogoWhite

0

Anywhere I need to.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What type of data deals with descriptions?

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


What data type is middle initial?

A character data type.


What is data and define its type?

Data is information. Data type defines the type of data - integer, character etc


Why percentage i is not used for integer data-type in c language?

C is statically typed. There is no need for dollar or percentage symbols to differentiate between character/string data and numeric data.


What is a character type data?

text


Is character datatype of Excel?

The name used in Excel for that data type is Text, but it is like the character data type in other computer systems.


Character?

A single letter data type


What are different data type in c language?

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


Suggest the data type that can be used for initializing alphanumeric elements in a c programmed array .Also tell you the compiler that can understand the data type.?

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:


What data types allows unlimited character input?

String data type allows unlimited character intput


What is int in 'c' language?

data-type


What is java string?

array of character data type which is terminated by null character