1: 2:
void main() { float x; x = 10.0; } 10.0 r x This program doesn't have output. We forgot to CALL the function!
A parameter cannot change its value. The initialization comes from the function call. Parameters are automatically set to 0. Not true! Parameters are like normal variables and have to be initialized in the beginning of the function.