answersLogoWhite

0

What is a data string?

Updated: 8/9/2023
User Avatar

Wiki User

12y ago

Best Answer

A data type consisting of more than one letter, like a word or a sentence. A single letter is normally known as a character data type. Normally strings are enclosed in double quotation marks and single letters are enclosed in single quotations marks:

'a'

"animal"

User Avatar

Antonia Bins

Lvl 10
1y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a data string?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where string is primitive data type of string data type?

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


What three different data types you would in find in data base?

Number, string, binary string.


A text string contains a string of text?

text data


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];


Is string is primitive or user defined data type?

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


What is in string?

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


What is a connection string used for in computers?

A connection string in computing is a string that specifies how to connect to a data source and information about the data source. It is commonly used in database files.


What is string in Python?

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.


Is String is a linear data structure?

yes


What is the difference between string and class?

A string is a specific class that is used for dealing with text data


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

Yes.