CODES
some learning from problems.
CODES
some learning from problems.
Showing posts with label
STRING MASKING
.
Show all posts
Showing posts with label
STRING MASKING
.
Show all posts
Wednesday, 4 July 2012
String Masking : Given a string"S" and we have to remove a an occurance of a small string "M" from there.
›
Input: KUMAR UM Output: KAR #include<stdio.h> #include<string.h> int str_com(char K[20],int i,int m,char M[10]) {...
Home
View web version