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

Explanation: The alignment of the type max_align_t is at least as GREAT as that supported by the COMPILER in all contexts. An extended alignment is GREATER than the alignment of max_align_t type. A type having an extended alignment requirement is also CALLED over ALIGNED.



Discussion

No Comment Found

Related InterviewSolutions