Computer Science, asked by sheetalatri11p8jrhv, 1 year ago

What is string programme

Answers

Answered by smileyerror
0
zzlkajv;ajca aljanc alan;a csonww
Answered by ApurvaPragya
1
String is just collection of characters or We can say it is an array (collection of similar data types ) of characters.

SYNTAX FOR DECELERATION
in \: c +  +
.
.
.
char random[10] = { "a","b","c","d" ,"e","f""g","h","i","j"};


ACCESSING

cout<< random[0];


answer is a
Similar questions