You are here

Page not found

Search results

  1. Matrix addition in C

    Matrix addition in C language to add two matrices, i.e., compute their sum and print it. A user ... || []).push({}); Addition of two matrix in C C program for matrix addition: #include <stdio.h>   int main ...

    Yogesh Suneja - 13/12/2019 - 20:30

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

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

  4. Bar function in c

    ... change fill pattern and fill color use setfillstyle . C program #include <graphics.h> #include <conio.h> 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> ... ] ;        initgraph ( & gd ,& gm , "C: \\ TC \\ BGI" ) ;    X = getmaxx ( ) ;   ...

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

  6. getbkcolor function in C

    ... If current background color is GREEN, color will be 2. C program for getbkcolor #include <graphics.h> #include <conio.h> ...

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

  7. getx function in C

    ... of the current position. Declaration: int getx(); C program of getx #include <graphics.h> #include <conio.h> ...

    Yogesh Suneja - 16/01/2018 - 19:08

  8. getmaxx function in c

    ... mode and driver. Declaration: int getmaxx(); C program for getmaxx #include<graphics.h> #include<conio.h> ...

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

  9. Cleardevice function in c

    ... of filling the screen with current background color. C program for cleardevice #include <graphics.h> #include <conio.h> ...

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

  10. getmaxy function in c

    ... mode and driver. Declaration: int getmaxy(); C program for getmaxy #include<graphics.h> #include<conio.h> ...

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

Pages