Which header file contains information about common mathematical functions?
Which header file contains information about common mathematical functions?
کون سی ہیڈر فائل میں عام ریاضی کے افعال کے بارے میں معلومات شامل ہیں؟
Explanation
math.h is the standard C/C++ header file that contains declarations for common mathematical functions like sqrt(), pow(), sin(), etc.
It must be included when using built-in math operations in programs.