➜
KUMAR SHIVAM
Define string. Explain string handling functions
Data Structures and Algorithms
Answer in Short
array of character are called strings. a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable
Explanation
1368
0
==> STRINGS--
, array of character are called strings
a
string
is traditionally a sequence of characters, either as a literal constant or as some kind of variable
Share:
KUMAR SHIVAM
More Questions from
Data Structures and Algorithms Module 1
<p>Define Data structures. Classify the data structures.</p>
<p>Define data structure. Explain data structure operations ?</p>
<p>Why do we need dynamic memory allocation techniques? Explain the functions available for allocating memory dynamically.</p>
<p>Explain declaration, initialization of One dimensional and Two dimensional arrays.</p>
<p>What are pointers? How do we use pointers to different data types?</p>