Vidyalelo
C Programming · Q141

Standard Library Functions

Programming · C Programming · question 141

Q141

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_t
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board