Match the Column
A
(a)Sqrt( )
(b)toupper( )
(c)Fab( )
(d)fmod( )
(e)Strcmp( )
B
(i)Used to calculate Remainder
(ii)Used to find absolute value
(iii)Converts the character to upper case
(iv)Used to find square root
(v)Compares two strings
Answers
Answered by
0
your answer is:
a-4
b-3
c-2
d-1
e-5
a-4
b-3
c-2
d-1
e-5
Answered by
1
Dear Student,
◆ Matched columns -
Here, We'll match functions from group A with their uses in group B.
- (a) Sqrt( ) - (iv) Used to find square root
- (b) toupper( ) - (iii) Converts the character to upper case
- (c) Fab( ) - (ii) Used to find absolute value
- (d) fmod( ) - (i) Used to calculate Remainder
- (e) Strcmp( ) - (v) Compares two strings
Hope this helps you clear your doubts...
Similar questions