Computer Science, asked by harshit6262, 6 hours ago

C++ program to a store has different categories of products in stock as shown below . Item number and name

Answers

Answered by joysingbrahma473
4

Explanation:

65.5tgyuffuufffghccvvbb

Answered by dayanidhisharma19
1

Answer:

C++ add int and char in same 2D array for example

Syntax

Int arr1[3] = [1,2,3]

string arr2[2] = ['john', 'emily']

Explanation:

C++ program to store has different categories such as int, float and char etc. In C++ it also store multiple data in one storage. array is a different kind of data storage which store different type of data such as array can add int and char both in same array.

Similar questions