Program for Movie rental store

Can i use an array on
int main()
{
char
m_id[1000] [] , ....
like this
No. The compiler needs to know the size of both dimensions.
#AbstractionAnon like these ryt?
m_id[1000] [20]
Last edited on
Yes.
Topic archived. No new replies allowed.