You are here

Page not found

Search results

  1. closegraph function in c

    ... called initgraph. Declaration: void closegraph(); C code of closegraph #include<graphics.h> #include<conio.h> ...        initgraph ( & gd , & gm , "C: \\ TC \\ BGI" ) ;        outtext ( "Press any key to ...

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

  2. ellipse and fillellipse functions

    ... and fill it with current drawing color and pattern. C programming code for ellipse #include<graphics.h> main ( ) ... gm ;    initgraph ( & gd , & gm , "C: \\ TC \\ BGI" ) ;    ellipse ( 100 , 100 , ...

    Yogesh Suneja - 11/01/2018 - 23:19

  3. Programmer resources

    ... = window.adsbygoogle || []).push({}); C++ Resources C++ creator : Homepage of Sir Bjarne Stroustrup who created C++ programming ...

    Yogesh Suneja - 30/09/2020 - 00:21

  4. C mouse programs

    Mouse programs using C: Do everything with mouse using these C programs. On this page you will find sample mouse programs using C language. Programs ranging from how to use mouse in text and graphics mode. ...

    Yogesh Suneja - 09/06/2018 - 20:50

  5. C faq

    ... This page contains faq (Frequently asked questions) about C language. Q1) What is C? Ans: C is a programming language. Q2) What is main function? Ans: ...

    Yogesh Suneja - 31/10/2019 - 19:34

  6. getdate C

    Program to print current system date, getdate C code below explain how to use this function to print computer date. Getdate example C programming code to print date #include<stdio.h> ... 0 ; } This code will work only in Turbo C compiler. C programming: dos.h ...

    Yogesh Suneja - 10/12/2017 - 06:21

  7. Palindrome in Java

    ...

    Yogesh Suneja - 12/10/2020 - 22:21

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

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

  9. getx and gety functions in C

    ... 100 ] ;   initgraph ( & gd ,& gm , "C: \\ TC \\ BGI" ) ;   moveto ( 200 + random ( ...

    Yogesh Suneja - 22/11/2019 - 19:49

  10. for loop in C

    for is a keyword of C programming language. It is frequently used in C programs. We will discuss how to use for loop and it's variations with ...

    Yogesh Suneja - 09/06/2018 - 20:56

Pages