Unformatted Output Function
Unformatted Output Function | Header File | Use of the function |
1) putch( ); | conio.h | It print the single character on the screen. |
2) putchar( ); | stdio.h | It print the single character on the screen. |
3) puts(); | stdio.h | It print the string completely on the screen. |
4) sqrt(n); | math.h | It print the square root of a non-negative number. |
5) pow(x , y ); | math.h | It print the value of x rest to y. |
0 comments:
Post a Comment