You are here

Page not found

Search results

  1. Function wherey in C

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

    Yogesh Suneja - 14/12/2019 - 21:30

  2. Function wherex in C

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

    Yogesh Suneja - 14/12/2019 - 21:28

  3. cos in C - math.h

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

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

  4. sin function in C

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

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

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

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

  6. Insertion sort in C

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

    Yogesh Suneja - 12/11/2019 - 14:29

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

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

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

    Yogesh Suneja - 25/10/2020 - 21:59

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

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

  10. c program

    C program is a collection of statements. ...

    Yogesh Suneja - 05/07/2018 - 14:12

Pages