You are here

Page not found

Search results

  1. Setbkcolor function in c

    ... drawing color is WHITE and background color is BLACK. C programming code for setbkcolor #include<graphics.h> #include<conio.h> ...

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

  2. outtextxy function in c

    ... argument contains the address of string to be displayed. C programming code for outtextxy #include<graphics.h> #include<conio.h> ...

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

  3. sector function in c

    ... y, int stangle, int endangle, int xradius, int yradius); C programming code for sector #include <graphics.h> #include <conio.h> ...

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

  4. gettime c

    gettime in c: gettime function is used to find current system time. We pass address of a structure varibale of type ( struct time ). C programming code for gettime #include<stdio.h> #include<dos.h> main ( ...

    Yogesh Suneja - 03/01/2018 - 19:32

  5. linerel function in c

    ... use getx and gety to find the current position. C programming code for linerel #include <graphics.h> #include <conio.h> ...

    Yogesh Suneja - 28/12/2017 - 21:34

  6. imagesize function in c

    ... int imagesize(int left, int top, int right, int bottom); C programming code for imagesize #include <graphics.h> #include <conio.h> ...

    Yogesh Suneja - 28/12/2017 - 21:34

  7. ellipse function in c

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

    Yogesh Suneja - 28/12/2017 - 21:34

  8. getche in C

    ... character and that character is printed on the screen. C code for getche #include<stdio.h> #include<conio.h> main ...

    Yogesh Suneja - 24/12/2017 - 18:14

  9. setdate c

    setdate function is used to change system date. C programming code for setdate #include<stdio.h> #include<conio.h> ... ) ;     return 0 ; } C programming: dos.h ...

    Yogesh Suneja - 03/01/2018 - 19:33

  10. C substring, substring in C

    C substring program to find substring of a string and its all substrings . A ... = window.adsbygoogle || []).push({}); C substring program #include <stdio.h>   int main ( ) ... we do not need to return the substring array. See another code below in which we return a pointer to substring, which we create in our ...

    Yogesh Suneja - 02/10/2020 - 16:44

Pages