TCS
Company
Programming
Output
In the standard library of C programming language, which of the following
header file is designed for basic mathematical operations?
1. conio.h
2. stdio.h
3. math.h
4. Dos.h
Read Solution (Total 7)
-
- 3.math.h
we all know about math.h,it uses for mathematically operations. - 6 years agoHelpfull: Yes(7) No(0)
- stdio.h It is sufficient to perform basic mathematical operations in c
- 6 years agoHelpfull: Yes(2) No(3)
- stdio.h
bcz the operators (+,-,*,/,%) can be used in this header file. - 6 years agoHelpfull: Yes(0) No(0)
- The math.h header file has predefined operations related to the basic mathematical operations
- 6 years agoHelpfull: Yes(0) No(0)
- math.h header file
- 5 years agoHelpfull: Yes(0) No(0)
- math.h is used
- 4 years agoHelpfull: Yes(0) No(0)
- math.h
for mathematical operations - 3 years agoHelpfull: Yes(0) No(0)
TCS Other Question