AD (728x90)

GoogleOnline Exam Test Seminar Sparkz IncEasy Link Exchange

Saturday 31 May 2014

Write a C program that uses functions to perform the following operations: To delete n Characters from a given position in a given string.

Seminars and Jobs information
Share it Please
/* Write a C program that uses functions to perform the following operations:
  To delete n Characters from a given position in a given string.
*/

#include <stdio.h>
#include <conio.h>
#include <string.h>

void delchar(char *x,int a, int b);

void main()
{
    char string[10];
    int n,pos,p;
    clrscr();

    puts("Enter the string");
    gets(string);
For more Click

Written by

Java Basic Point blog is created for the MCA,M.Tech,B.Tech and Graduate students.So visit and get the benifits from this blog.

0 comments:

Post a Comment

© 2013 Learning Java. All rights resevered. Designed by Templateism