Im trying to figure the way and i just cant, any help would be appriciated.

void main ()
void abc (int ss[][7]);
{
	int ss [6][7]=blah blah

	blah blah....

	abc (ss);
}
void abc (int ss[][7])
{
      for (i=blah....
         for (j= blah
          ss[i][j]=blah...

      blah blah
}

error: declaration for parameter ‘abc’ but no such parameter

Recommended Answers

All 3 Replies

i just noticed i prototyped the function inside the main :).. but im not sure if there are any other errors.. im redoing a program a bit different way

Well I would blah, blah blah.

Please post code that is remotely correct or at least post code where the error is obvious or post an explanation of the problem...

Posting something, something, blah, blah, blah makes us wonder - are you a spam bot?

hi
please post code and actual problem and error encounter

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.