i need 2d array programm

Ancient Dragon commented: unnecessary bump of 5-year-old thread -5
int main()
{
    int two_d[10][20];
    return 0;
}

take it....

or else tell us what problem u are facing with 2d array.....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.