MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code snippetlet succ = function(x) x+1, yes = function() true, no = function() false;What convenience does the above code snippet provide? |
| A. | unctional behaviour |
| B. | odular behaviour |
| C. | o convenience |
| D. | horthand expression |
| Answer» B. odular behaviour | |