Functions with no arguments no return value

When a function has no arguments it doesn't receive any data from calling function. Similarly, when it doesn't have return value, calling funtion doesn't  receive any data from called function.
There is no data transfer between calling function and called function.