You are here

Page not found

Search results

  1. C program to delete duplicate elements from an array

    C program to delete duplicate elements from an array. For example, if an array ... element we get the following array: 1, 6, 2, 9. C program #include <stdio.h> int main ( ) {   ...

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

  2. Leap year program in C

    Leap year program in C to check if a year is a leap year or not, a leap year is one that ... || []).push({}); Leap year C program   #include <stdio.h> int main ( ) { ...

    Yogesh Suneja - 02/10/2020 - 00:25

  3. C program to find maximum element in a matrix

    C program to find the largest or the maximum element in a matrix. C program #include <stdio.h> int main ( ) {   ...

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

  4. traffic light program in c, traffic light simulation

    Traffic light Simulation: Traffic light program in C presents what happens in our daily life at traffic light signals. Firstly ... will press a key to start the traffic light simulation. C program #include<graphics.h> #include<conio.h> ...

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

  5. C program to merge two arrays

    C program to merge two arrays into another array. They are assumed to be sorted ... = window.adsbygoogle || []).push({}); C program to merge two sorted arrays // It is assumed a user will ...

    Yogesh Suneja - 19/11/2019 - 20:02

  6. Palindrome number in C

    ... If both are the same, it's a palindrome otherwise not. C palindrome string program . (adsbygoogle = window.adsbygoogle || []).push({}); C program for palindrome number #include <stdio.h> int main ...

    Yogesh Suneja - 09/10/2020 - 23:18

  7. Area of a circle in C

    C program to find the area of a circle: C programming code to calculate the area of a circle. In the program, we use 3.14159 as the ...

    Yogesh Suneja - 04/11/2020 - 13:21

  8. Selection sort in C

    Selection sort in C to sort numbers of an array in ascending order. With a little modification, ... || []).push({}); Selection sort program in C #include <stdio.h> int main ( ) { ...

    Yogesh Suneja - 25/10/2020 - 14:26

  9. C program to merge two files

    C program to merge two files and store their contents in another file. The files ... = window.adsbygoogle || []).push({}); C program #include <stdio.h> #include <stdlib.h> int ...

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

  10. functions of graphics.h

    C graphics using graphics.h functions or WinBGIM (Windows 7) can be used to ... and many more. Using functions of graphics.h in Turbo C compiler you can make graphics programs, animations, projects, and games. You ... errors while using that function and a sample C graphics program with its output. (adsbygoogle = ...

    Yogesh Suneja - 29/09/2018 - 20:50

Pages