

InterviewSolution
Saved Bookmarks
1. |
Which of the following function is with a return value and without any argument?(a) x = display(int, int)(b) x = display()(c) y = display(float)(d) display(int) |
Answer» (b) x = display() |
|