You are here

Page not found

Search results

  1. Remove vowels from a string in C

    C program to remove or delete vowels from a string. If the input is "C programming," then the output is "C prgrmmng." In the program, we create a new string and process input string character by ... = window.adsbygoogle || []).push({}); C program to remove vowels from a string #include <stdio.h> ...

    Yogesh Suneja - 11/10/2020 - 23:29

  2. Programs

    ... codes C programs C++ programs Java programs Programs section lets you download hundreds of source ... is also provided as an image so that you can understand a program better. Source codes are divided into various categories ranging ...

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

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

    Yogesh Suneja - 28/09/2018 - 10:51

  4. c program

    C program is a collection of statements. ...

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

  5. C program to print date

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

    Yogesh Suneja - 13/03/2018 - 12:40

  6. C program to display mouse pointer in textmode

    /* Program to display mouse-pointer in text-mode */ #include<dos.h> ...

    Yogesh Suneja - 26/02/2018 - 17:36

  7. Getarcoords function in C

    ... type arccoordstype is passed to function getarccoords. C program of getarccoords #include<graphics.h> #include<conio.h> ... ) ;     return 0 ; } In the program, we have drawn an arc, and then we get the coordinates of its endpoints ...

    Yogesh Suneja - 12/10/2020 - 22:47

  8. Delay function in C

    ... Delay in C: delay function is used to suspend execution of a program for a particular time. Declaration: void delay(unsigned int); ... 1 second = 1000 milliseconds). To use delay function in your program you should include the "dos.h" header file which is not a part of ...

    Yogesh Suneja - 29/09/2018 - 13:46

  9. C++ inline function program

    Inline function: You can make a function inline by writing the keyword inline before defining the function. ...

    Yogesh Suneja - 20/03/2018 - 11:16

  10. C++ programs

    ... programs. C++ language programs C++ Hello World program C++ program to add two numbers C++ program to reverse a number C++ ...

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

Pages