You are here

Page not found

Search results

  1. Function wherex in C

    ... cursor position. Declaration: int wherex(); C program for wherex #include <stdio.h> #include <conio.h> ... ) ;     return 0 ; } C programming: conio.h ...

    Yogesh Suneja - 14/12/2019 - 21:28

  2. abs in C

    ... the absolute value of a number. abs function in C language #include <stdio.h> #include <math.h> int ...

    Yogesh Suneja - 27/11/2019 - 18:45

  3. log function in C

    ... exponential number. Declaration: double log(double); C program to find logarithm of a number #include <stdio.h> ...

    Yogesh Suneja - 27/11/2019 - 18:40

  4. Arc function in C

    ... angle and end angle should be 0 and 360 respectively. C programming source code for arc #include <graphics.h> #include ... gm ;    initgraph ( & gd , & gm , "C: \\ TC \\ BGI" ) ;    arc ( 100 , 100 , 0 ...

    Yogesh Suneja - 03/10/2018 - 18:04

  5. cos in C - math.h

    ... Declaration: double cos(double); C program #include <stdio.h> #include <math.h> int ...

    Yogesh Suneja - 23/11/2019 - 11:40

  6. C program to check if mouse support is available or not

    ... /* Program to check if mouse driver is loaded or not */ C program #include <dos.h> #include <conio.h> int ... ( o. x . ax ) ; } C programming: Mouse Programs ...

    Yogesh Suneja - 23/11/2019 - 11:40

  7. ceil in C - math.h

    ... passed to it. Declaration: double ceil(double); C program #include <stdio.h> #include <math.h> int ...

    Yogesh Suneja - 23/11/2019 - 11:40

  8. sin function in C

    ... angle(in radian). Declaration: double sin(double); C program #include <stdio.h> #include <math.h> int ...

    Yogesh Suneja - 22/11/2019 - 20:46

  9. sleep in C

    ... seconds. Declaration: void sleep(unsigned seconds); C programming code for sleep #include <stdio.h> #include <dos.h> ... ) ;     return 0 ; } C programming: dos.h ...

    Yogesh Suneja - 22/11/2019 - 20:22

  10. Function nosound in C

    ... off the PC speaker. Declaration: void nosound(); C programming code for nosound #include <dos.h> int main ( ... ;     return 0 ; } C programming: dos.h ...

    Yogesh Suneja - 22/11/2019 - 20:21

Pages