You are here

Page not found

Search results

  1. getbkcolor function in C

    ... If current background color is GREEN, color will be 2. C program for getbkcolor #include <graphics.h> #include ... ] ;    initgraph ( & gd ,& gm , "C: \\ TC \\ BGI" ) ;        bkcolor = getbkcolor ( ...

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

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

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

  4. cos in C - math.h

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

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

  5. sin function in C

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

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

  6. C program to check if an array is sorted or not (ascending or descending or none)

    C program to check if an array is sorted or not, i.e., in ascending order or descending order. Variables "a" and "d" in the program are for ascending and descending respectively and are initialized to ...

    Yogesh Suneja - 01/12/2019 - 08:56

  7. C, C++, and Java programming

    ... in an interactive way. Here you will find tutorials on C graphics programming, mouse programming, C project development , game programming tutorial . You can download ...

    Yogesh Suneja - 29/09/2020 - 15:48

  8. Binary search in Java

    Java program for binary search: This code implements the binary search algorithm. Please note that input numbers ... ( String args [ ] )   {     int c, first, last, middle, n, search, array [ ] ;       Scanner in ...

    Yogesh Suneja - 05/12/2019 - 09:11

  9. Circle function in c

    ... and third parameter specifies the radius of the circle. The code given below draws a circle. C program for circle #include<graphics.h> #include<conio.h> ...

    Yogesh Suneja - 08/01/2018 - 20:55

  10. drawpoly function in c

    ... its output, it will further clear your understanding. C program for drawpoly #include <graphics.h> #include <conio.h> ... } ;    initgraph ( & gd , & gm , "C: \\ TC \\ BGI" ) ;    drawpoly ( 4 , points ) ...

    Yogesh Suneja - 08/01/2018 - 20:55

Pages