You are here

Page not found

Search results

  1. moveto function in c

    ... to (x, y) Declaration: void moveto(int x, int y); C programming code for moveto #include <graphics.h> #include <conio.h> ...

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

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

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

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

  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. C program to add two numbers using pointers

    C program for the addition of two numbers using pointers. In the program, we have ... = window.adsbygoogle || []).push({}); C program #include <stdio.h> int main ( ) {   ...

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

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

  9. Web browser project in C, C program to open a website/url

    C program to open a website entered by a user. It will launch Mozilla Firefox web ... web browser then you can change path in the program. C program #include <stdio.h> #include <conio.h> #include ...

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

  10. C program to print Armstrong numbers

    C program to print Armstrong numbers, in the program, a user inputs two integers, ... familiar with Armstrong numbers see Armstrong number in C . (adsbygoogle = window.adsbygoogle || ...

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

Pages