Computer Science, asked by priyade9014, 1 year ago

Too many initializers for char in c++ how to overcome

Answers

Answered by osamabinjunaidpaoxm1
1
you can use arrays  to overcome this problem.It depends on your compiler and problem you are solving if you are using any modern compiler then prefer std::string over char arrays. 
Similar questions