- 1

When to use header files <math.h> and <conio.h> in c programming?

9th Sep 2016, 2:06 PM
Jujagiri Hemanth
Jujagiri Hemanth - avatar
4 odpowiedzi
+ 2
math.h is for mathematical functions, like sqrt(). conio.h is for input/output functions for Windows console applications, like getch().
9th Sep 2016, 2:16 PM
Zen
Zen - avatar
+ 1
Use a proper tag please. Your question is not related to C#.
10th Sep 2016, 5:02 AM
Ivan G
Ivan G - avatar
0
Please avoid answering non-C# related questions so that they will learn how to use proper tags.
12th Sep 2016, 4:51 PM
Erwin Mesias
Erwin Mesias - avatar
- 1
conio.h header use when our output not shown on the screen like getch (); math.h use when we want to solve some mathematical problems
9th Sep 2016, 2:14 PM
Eshaal Khan
Eshaal Khan - avatar