InterviewSolution
Saved Bookmarks
| 1. |
Which of the following returns a signed integer type on finding the difference between two pointers to elements in the same array?(a) __cptrdiff__(b) cptrdiff_t(c) __ptrdiff__(d) ptrdiff_tI had been asked this question at a job interview.My question is from Standard Definition in portion C Library of C |
|
Answer» Correct option is (d) ptrdiff_t |
|