Vidyalelo
C Programming · Q107

Standard Library Functions

Programming · C Programming · question 107

Q107

What members do the structure returned by function div() contains?

A.
int quot and int rem
Answer
B.
float quot and float rem
C.
double quot and double rem
D.
no members are returned by div()

Answer: Option A

Solution

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