Wednesday, March 30, 2011

How to use variables from main in separate function in C?

Make length a global variable, or make it an argument of your function.

No comments:

Post a Comment