InterviewSolution
Saved Bookmarks
| 1. |
size_t is of ______________ type.(a) signed integer(b) signed character(c) unsigned integer(d) unsigned characterI had been asked this question in an online interview.Query is from Standard Definition topic in division C Library of C |
|
Answer» Correct option is (c) unsigned INTEGER |
|