- 1
When to use header files <math.h> and <conio.h> in c programming?
4 Réponses
+ 2
math.h is for mathematical functions, like sqrt().
conio.h is for input/output functions for Windows console applications, like getch().
+ 1
Use a proper tag please. Your question is not related to C#.
0
Please avoid answering non-C# related questions so that they will learn how to use proper tags.
- 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