InterviewSolution
Saved Bookmarks
| 1. |
How many values can be returned from a function simultaneously using pointers?(a) 1(b) 2(c) 3(d) as many as user wantsThe question was posed to me during an interview for a job.My question is taken from Unsafe code & Pointers Basics topic in portion Miscellaneous topics of C# |
|
Answer» Correct ANSWER is (d) as many as USER wants |
|