Computer Science, asked by uniquehamdanih, 23 days ago

Find the error in
int g(void)
{ printf ( “Inside function g\n” );
int h ( void
) { printf ( “ Inside function h\n” );
}
}

Answers

Answered by RaghulPrasanth
1

Answer:

there's f neAr print

Explanation:

that is the error

Similar questions