Computer Science, asked by bestiespics2519, 1 month ago

OD
of a
What is astring? Explain declaration, initialization
and accessing of
strings.

Answers

Answered by shubhamugale2005
1

OD

of a

What is astring sketch the graph of the function f(x)=(x+1)(x+3) for x<4 using the following points:x-intercept,y-intercept,turning point,and the extreme point hence find the domain and range

Answered by prantikchakraborty71
1

Answer:

please mark me

Explanation:

In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and the length changed, or it may be fixed (after creation). A string is generally considered as a data type and is often implemented as an array data structure of bytes (or words) that stores a sequence of elements, typically characters, using some character encoding. String may also denote more general arrays or other sequence (or list) data types and structures.

Similar questions