You are here

Page not found

Search results

  1. Function wherey in C

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

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

  2. 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

  3. 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

  4. 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

  5. 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

  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. 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

  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