Computer Science, asked by TbiaSamishta, 11 months ago

A string can only be initialized character wise using normal array initialization syntax? State Whether True or False

Answers

Answered by deepsen640
0
A string can only be initialized character wise using normal array initialization syntax? State Whether is True
Answered by Secondman
2

ANSWER: FALSE


1.The string can be initialized in many ways but array initialization is not possible in assigning all the cases if the elements are not defined properly.

2.If the string can initialize character wise can be possible but in using with the concept of the array initialization syntax is not possible.

3.The access specifier for the string to be printed is “ %s”.

Similar questions