Computer Science, asked by rishupallav, 7 months ago

3. How is an array of strings declared and
initialized ? Expalin with the help of an example.Explain the difference between an array and structure

Answers

Answered by mwvwaqas88
0

Answer:

we all known that in c++ char only contain one character like 'A'. But string contain many character like "waqas".

string array[] = { waqas, mahmood}

this method we use in c++ for making string in c++ and asighn it value

Explanation:

please give me briliant, and show some love  

Similar questions