Which of the following function calculates the square of 'x' in C?
A.sqr(x)
B.pow(2, x)
C.pow(x, 2)
D.power(2, x)
Answers
Answered by
2
Hi there,
Option A is correct.
eg,
x=2
Sqr(x)
= 4
Option A is correct.
eg,
x=2
Sqr(x)
= 4
Answered by
0
_____✨ HEY MATE ✨_____
➡️ Option (A) sqr(X) is the right answer ✔️
➡️ Option (A) sqr(X) is the right answer ✔️
Similar questions
Art,
7 months ago
Biology,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago