What is meant by"an array of 100 characters" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is meant by"an array of 100 characters"

Is it the limitation to store within 100 characters?

30th Mar 2020, 3:10 PM
Nayeem Islam Shanto...শান্ত
Nayeem Islam Shanto...শান্ত - avatar
1 Answer
+ 3
In most context, a character array of size 100. char arr[100];
30th Mar 2020, 3:19 PM
Hatsy Rei
Hatsy Rei - avatar