MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code snippet :var p = counter(), q = counter(); p.count()q.count() p.reset() p.count() q.count()The state stored in q is : |
| A. | Undefined |
| B. | Null |
| C. | 0 |
| D. | 1 |
| E. | None of these |
| Answer» E. None of these | |