function without return value

can anyone show me some example of function without return value coding and give some explanation please...its hard to understand this topic by just reading a book with an incomplete example...
void function name(/*arguments*/){ /*some code here*/ }
Note that a void function can have a return; statement, but not return some_value;
Other than that, what could be the problem?
thanks dude...i understand it now...
Topic archived. No new replies allowed.