You are here

Page not found

Search results

  1. getcolor function

    ... drawing color is WHITE then a will be 15. See colors in C graphics . C programming code for getcolor #include<graphics.h> #include<conio.h> ...

    Guest (not verified) - 09/06/2018 - 20:50

  2. Programs

    Source codes C programs C++ programs Java programs Programs section lets you download ...

    Yogesh Suneja - 03/12/2019 - 22:29

  3. log10

    ... a number. Declaration: double log10(double number); C programming code for log10 #include <stdio.h> #include <math.h> int ...

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

  4. floor function

    ... will be 2.00. Declaration: double floor(double x); C programming code for floor #include <stdio.h> #include <math.h> int ...

    Guest (not verified) - 08/01/2018 - 20:55

  5. C program to implement stack data structure

    Stack program in C: C program to implement stack using array. C program ...

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

  6. closegraph function in c

    ... called initgraph. Declaration: void closegraph(); C code of closegraph #include<graphics.h> #include<conio.h> ...

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

  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. C++ program to reverse a number

    C++ program to reverse a number using a class. It can be used to check if an integer is a palindrome or not. C++ program to reverse a number #include <iostream> using ...

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

  9. Reverse array in C

    C program to reverse an array using an additional array , using swapping ... || []).push({}); Reverse array C program #include <stdio.h> int main ( ) {   ...

    Yogesh Suneja - 27/11/2019 - 20:55

  10. C++ program for prime numbers

    C++ program to print first n prime numbers. C++ program #include ...

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

Pages