InterviewSolution
Saved Bookmarks
| 1. |
A type whose alignment requirement is at least as large as that of every data type ____________(a) max_align_t(b) ptrdiff_t(c) size_t(d) nullThe question was posed to me during an online exam.My question comes from Standard Definition in chapter C Library of C |
|
Answer» Correct option is (d) null |
|