You are here

Page not found

Search results

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

  2. putimage function in c

    ... at (left, top). ptr points to the area in memory where the source image is stored. The op argument specifies a operator that controls how ... based on pixel already on screen and the corresponding source pixel in memory. Smiling face animation program using putimage. ...

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

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

  4. C smiling face animation

    This animation using C draws a smiling face which appears at random positions on the screen. C program #include<graphics.h> #include<conio.h> ...

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

  5. Press me button game in c, download press-me-button game

    Press me game in C:- In this game when you try to bring mouse near a button it moves away from ... very close to button we move the button suitably. C program #include <stdio.h> #include <conio.h> #include ...

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

  6. log function in C

    ... exponential number. Declaration: double log(double); C program to find logarithm of a number #include <stdio.h> ...

    Yogesh Suneja - 27/11/2019 - 18:40

  7. ceil in C - math.h

    ... passed to it. Declaration: double ceil(double); C program #include <stdio.h> #include <math.h> int main ...

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

  8. Bar function in c

    ... change fill pattern and fill color use setfillstyle . C program #include <graphics.h> #include <conio.h> main ( ... gm ;    initgraph ( & gd , & gm , "C: \\ TC \\ BGI" ) ;    bar ( 100 , 100 , ...

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

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

  10. fillpoly function in c

    ... and color which can be changed using setfillstyle . C program #include <graphics.h> #include <conio.h> main ( ... } ;    initgraph ( & gd , & gm , "C: \\ TC \\ BGI" ) ;    fillpoly ( 4 , points ) ...

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

Pages