You are here

Page not found

Search results

  1. Submit your source code or program

    Here, you can submit your C, C++, or Java source code/program. We will check it, and if we find it useful, we will add it to our ...

    devyog - 22/11/2019 - 19:38

  2. C source code

    ... Numbers without loops Merge arrays paint program press me button game web browser Traffic Light ... car Anagrams Next Prime Palindrome Reverse words in string Pattern Matching Insert substring into ...

    devyog - 14/11/2019 - 23:38

  3. Linked list in C

    ... struct node * next ; } ; Linked list program in C #include <stdio.h> #include <stdlib.h> ...

    devyog - 08/12/2019 - 00:36

  4. Transpose of a matrix in C

    Transpose of a matrix in C language: This C program prints transpose of a matrix. To obtain it, we interchange rows and ... [ 10 ] ;     printf ( "Enter the number of rows and columns of a matrix \n " ) ;   scanf ( ...

    devyog - 13/12/2019 - 20:54

  5. Subtract matrices

    C code to subtract matrices of any order. This program finds the difference between corresponding elements of two matrices and ... [ 10 ] ;       printf ( "Enter the number of rows and columns of matrix \n " ) ;     scanf ( ...

    devyog - 23/11/2019 - 11:40

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

  7. Selection sort in C

    ... || []).push({}); Selection sort program in C #include <stdio.h> int main ( ) { ... d , position , t ;   printf ( "Enter number of elements \n " ) ;   scanf ( "%d" , & n ...

    devyog - 25/10/2020 - 14:26

  8. C sound program

    ... sound of a specified frequency. Used for adding music to a C program, try to use some random values in loop, vary delay and enjoy. ...

    devyog - 28/09/2018 - 10:51

  9. c program

    C program is a collection of statements. ...

    devyog - 05/07/2018 - 14:12

  10. C program to print date

    C program to print current system date. To print date, we will use getdate ...

    devyog - 13/03/2018 - 12:40

Pages