You are here

Page not found

Search results

  1. pow10 function in C

    ... ;     return 0 ; } C programming: math.h ...

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

  2. mkdir in C

    Function mkdir is used to create a directory.

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

  3. pieslice function in c

    ... gm ;    initgraph ( & gd , & gm , "C: \\ TC \\ BGI" ) ;    pieslice ( 200 , 200 , ... ;     return 0 ; } C programming: graphics.h ...

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

  4. C program to display mouse pointer in textmode

    ... , & i , & o ) ; } C programming: Mouse Programs ...

    Yogesh Suneja - 26/02/2018 - 17:36

  5. getimage function in c

    ... Smiling face animation program using getimage. C programming: graphics.h ...

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

  6. Multiplication table in Java

    ... String args [ ] )   {     int n, c ;     System . out . println ( "Enter an integer to print ... Download Multiplication table program class file. Code: import java.util.Scanner ; class Tables { ...

    Yogesh Suneja - 30/11/2019 - 20:57

  7. Even odd program in Java

    ... Another method to check odd or even, for explanation see: C program to check odd or even . Code: import java.util.Scanner ; class EvenOdd { ...

    Yogesh Suneja - 25/10/2020 - 23:04

  8. outtext and outtextxy functions

    ... at the specified coordinates (x, y) on the screen. C program #include<graphics.h> #include<conio.h> int ... gm ;        initgraph ( & gd ,& gm , "C: \\ TC \\ BGI" ) ;        outtext ( "To display text ...

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

  9. getdrivername function

    ... returns a pointer to the current graphics driver. C program for getdrivername #include <graphics.h> #include ... ;    initgraph ( & gd , & gm , "C: \\ TC \\ BGI" ) ;    name = getdrivername ( ) ; ...

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

  10. Matrix addition in Java

    ... args [ ] )   {     int m, n, c, d ;     Scanner in = new Scanner ( System . in ) ... elements of first matrix" ) ;     for ( c = 0 ; c < m ; c ++ )       for ( d = ...

    Yogesh Suneja - 05/12/2019 - 20:07

Pages