You are here

Page not found

Search results

  1. Function overloading in C++

    ... double, and other data types. In the functions, the code is the same but data types are different, C++ provides a solution to this ... for different data types which will reduce the size of code by using a feature of C++ known as templates. C++ program for function ...

    Yogesh Suneja - 31/10/2019 - 22:18

  2. C program to find HCF and LCM

    C program to find HCF and LCM: The code below finds the highest common factor and the least common multiple of two ...

    Yogesh Suneja - 10/12/2019 - 20:50

  3. Reverse a number in Java

    ... reverse or invert a number using recursion. You can use this code to check if a number is a palindrome number or not. If on reversing a ...

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

  4. Garbage collection in Java

    ... available is more after garbage collection. You can use the code in a program or an application that uses a large amount of memory or where ...

    Yogesh Suneja - 05/12/2019 - 18:51

  5. Java program to print date and time

    Java date and time program: Java code to print or display current system date and time. We are using the ...

    Yogesh Suneja - 05/12/2019 - 18:35

  6. Binary search in Java

    Java program for binary search: This code implements the binary search algorithm. Please note that input numbers ...

    Yogesh Suneja - 05/12/2019 - 09:11

  7. Java program to convert Fahrenheit to Celsius

    Java program to convert Fahrenheit to Celsius: This code does temperature conversion from the Fahrenheit scale to the Celsius ...

    Yogesh Suneja - 04/12/2019 - 19:46

  8. Java program to print alphabets

    ... program: Printing alphabets using a while loop (The code snippet shows only the body of the main method): char c = ...

    Yogesh Suneja - 04/12/2019 - 09:16

  9. If else program in Java

    ... programming if else statement // If else in Java code import java.util.Scanner ; class IfElse {   ...

    Yogesh Suneja - 04/12/2019 - 00:32

  10. Floodfill function

    ... To change fill pattern and fill color use setfillstyle. Code given below draws a circle and then fills it. C program ...

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

Pages