You are here

Page not found

Search results

  1. Function wherex in C

    ... cursor position. Declaration: int wherex(); C program for wherex #include <stdio.h> #include <conio.h> ...

    devyog - 14/12/2019 - 21:28

  2. cos in C - math.h

    ... Declaration: double cos(double); C program #include <stdio.h> #include <math.h> int main ...

    devyog - 23/11/2019 - 11:40

  3. sin function in C

    ... angle(in radian). Declaration: double sin(double); C program #include <stdio.h> #include <math.h> int main ...

    devyog - 22/11/2019 - 20:46

  4. 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 descending order. Variables "a" and "d" in the program are for ascending and descending respectively and are initialized to ...

    devyog - 01/12/2019 - 08:56

  5. Insertion sort in C

    Insertion sort in C: C program for insertion sort to sort numbers. This code implements insertion ...

    devyog - 12/11/2019 - 14:29

  6. Java methods

    Java methods tutorial: Java program consists of one or more classes, and a class may contain method(s). A ... tutorial, we learn about Java methods (known as functions in C and C++ programming languages). A method has a name and return type. The main ...

    devyog - 04/12/2019 - 19:51

  7. c program

    C program is a collection of statements. ...

    devyog - 05/07/2018 - 14:12

  8. C++ new operator example

    C++ new operator example: C++ code using "new" operator to allocate memory on heap dynamically. C++ ...     return 0 ; } Output of the program: Input an integer 2 Input 2 integers 456 - ...

    devyog - 11/12/2019 - 11:11

  9. C program to display mouse pointer in textmode

    /* Program to display mouse-pointer in text-mode */ #include<dos.h> ... , & i , & o ) ; } C programming: Mouse Programs ...

    devyog - 26/02/2018 - 17:36

  10. C read file

    How to read a file in C? You already know what a file is and their types (text/binary ... they are present on the hard disk. Suppose you made a C program last week to sort numbers, and you wish to see the program again. How ...

    devyog - 25/10/2020 - 21:59

Pages