

MCQOPTIONS
Saved Bookmarks
1. |
Can two functions declare variables(non static) with the same name? |
A. | No |
B. | Yes |
C. | Yes, but not a very efficient way to write programs |
D. | No, it gives a runtime error |
Answer» D. No, it gives a runtime error | |