English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Write short note on pow() function in C++. - Computer Science

Advertisements
Advertisements

Question

Write short note on pow() function in C++.

Short Note

Solution

The pow() function returns base raised to the power of exponent. If any argument passed to pow() is long double, the return type is promoted to long double. If not, the return type is double. The pow() function takes two arguments:

  1. base – the base value
  2. exponent – exponent of the base

Example:
cout << pow(5, 2);

Output:
25

shaalaa.com
C++ Header Files and Built-in Functions
  Is there an error in this question or solution?
Chapter 11: Functions - Evaluation - Section - C [Page 205]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 11 TN Board
Chapter 11 Functions
Evaluation - Section - C | Q 4. | Page 205
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×