Computer Science, asked by daithya40450, 1 year ago

When we want to store something like name we will use____________ data type
Please please help me ​

Answers

Answered by RahulKini
1

Answer:

character data type with array, that's because character has only 1 byte that is it accepts only 1 character, but using arrays you can provide lots of values in 1 homogeneous variable.

Explanation:

char a[20];

O\P:

ENTER THE NAME :

MrXYZ

Similar questions