You are here

Page not found

Search results

  1. getpixel function in c

    ... y). Declaration: int getpixel(int x, int y); C program for getpixel #include<graphics.h> #include<conio.h> ... therefore color of pixel at (0,0) is BLACK. So output of program will be color of pixel at (0,0) is 0, as 0 indicates BLACK color. ...

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

  2. Function wherey in C

    ... cursor position. Declaration: int wherey(); C program for wherey #include <stdio.h> #include <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> ...

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

  4. setlinestyle in C

    ... ,    USERBIT_LINE } ; C program #include <graphics.h> int main ( ) { ...

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

  5. getmaxx and getmaxy functions in C

    ... Y coordinate for current graphics mode and driver. C program #include<graphics.h> #include<conio.h> ...

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

  6. Bar function in c

    ... fill pattern and fill color use setfillstyle . C program #include <graphics.h> #include <conio.h> main ( ...

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

  7. Press me button game in c, download press-me-button game

    ... very close to button we move the button suitably. C program #include <stdio.h> #include <conio.h> #include ...

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

  8. fillpoly function in c

    ... and color which can be changed using setfillstyle . C program #include <graphics.h> #include <conio.h> main ( ...

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

  9. Textheight and textwidth functions in C

    ... function returns the width of a string in pixels. C program #include <graphics.h> #include <stdio.h> #include ...

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

  10. Conditional compilation in C programming language

    ... following code to quickly understand the scenario: C program #include <stdio.h> #define x 10       int ...

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

Pages