Problem Description
Write a C program to remove from last word in given string using loop.CODING ARENA
#include <stdio.h>
#include <string.h>
#define MAX_SIZE 100
void removeFirst(char * str, const char * toRemove);
int main()
{
char str[MAX_SIZE];
char toRemove[MAX_SIZE];
scanf("%[^\n]%*c",str);
scanf("%s",toRemove);
removeFirst(str, toRemove);
printf("%s", str);
return 0;
}
void removeFirst(char * str, const char * toRemove)
{
int i, j;
int len, removeLen;
int found = 0;
len = strlen(str);
removeLen = strlen(toRemove);
for(i=0; i<len; i++)
{
found = 1;
for(j=0; j<removeLen; j++)
{
if(str[i+j] != toRemove[j])
{
found = 0;
break;
}
}
if(found == 1)
{
for(j=i; j<=len-removeLen; j++)
{
str[j] = str[j + removeLen];
}
break;
}
}
}
Test Case 1
Input (stdin)I Love C Programming Programming
Expected OutputI Love C
Test Case 2
Input (stdin)SRM UNIVERSITY IS IN CHENNAI CHENNAI
Expected OutputSRM UNIVERSITY IS IN
GRSoft Gaming is an honor winning, Live Casino game advancement organization of India. We offer curiosity and inventive game development with an exceptionally talented group of developer. Our bleeding edge gaming innovation creates esteem included gaming arrangements. Quality is our real worry for club game development. We offer tweaked Casino game development benefits over the globe and help you furnish with customized development. With our Casino game, individuals couldn't imagine anything better than to chance their gaining and appreciate the advantages. We have created numerous effective games like the video poker game, Sports wagering game, online club game, lottery games, and numerous other common games.
ReplyDeleteCasino Games Software Developers UK, USA - Casino Game Development UK, USA
GRSoft Gaming is an honor winning, Live Casino game advancement organization of India. We offer curiosity and inventive game development with an exceptionally talented group of developer. Our bleeding edge gaming innovation creates esteem included gaming arrangements. Quality is our real worry for club game development. We offer tweaked Casino game development benefits over the globe and help you furnish with customized development. With our Casino game, individuals couldn't imagine anything better than to chance their gaining and appreciate the advantages. We have created numerous effective games like the video poker game, Sports wagering game, online club game, lottery games, and numerous other common games.
ReplyDeleteLegacy Application Modernization India | Legacy Application Migration Services Company