You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

5 lines
136 B

# Exercises: Scope
1. Yes.
2. No. (Assuming h is not defined previously)
3. No. r is not in scope. Also d is not in scope of r.
4. Yes.