The header of user-defined function empChange, passing emp1 as an output argument, would look like:
a. void empChange (emp1.emprec)
b. void empChange (emprec*emp1)
c. void empChange (emprec.emp1)
d. void empChange (emprec&emp1)
e. emp1 = void empChange ()
d. void empChange (emprec&emp1)
Computer Science & Information Technology
You might also like to view...
Which of the following is the BEST tool a technician would use to reach a screw that has fallen out of reach?
A. Wrist strap B. Extension magnet C. Pliers D. Tweezers
Computer Science & Information Technology
Can the binary search be considered a dynamic programming problem?
a. No b. Yes c. Unknown d. Possibly
Computer Science & Information Technology