Can you guys help me answer these questions?
Which of the following statements are correct?
- Structure variables are passed to a function on a call-by-reference basis
- The value of a float variable is copied to the local variable when it is passed to a procedure.
variable when it is passed to a procedure. - The expression &x returns a reference to the variable x.
- Functions cannot be passed as a reference to a procedure

