Computer Science, asked by ArtemisFowl1366, 1 year ago

What happen if prototype declaration is done inside main?

Answers

Answered by sheeba34
0
Is this a good style to have the function prototype declared inside of the main function?

I was looking at a C tutorial, I think is quite out of date. However, they declare the function prototype inside of main. I normally declare outside before main.

Similar questions