Home > Back-end >  Of new C problem
Of new C problem

Time:09-20

/file1. C */
int a;
Int main ()
{
Int power (int n);
Int=3 b, c, d, m;
Cin> A> m;
C=a * b;
CoutD=power (m);
Cout}

/file2. C */
Extern int a;
Int power (int n)
{
Int I, y=1;
for(i=1; i<=n; I++)
* y=a;
Return (y);
}


Here/file1. C */and/file2. C */what do you mean

CodePudding user response:

Calling, calling the bosses

CodePudding user response:

The new file name,
Separately on the first new console project, in the newly built file1. C file and file2. C file,
Comments should be:/* */
/* file1. C */
  • Related