Finding same characters in any two string
Asked By
0 points
N/A
Posted on - 09/20/2012

Hello,
How to find similar characters in any two string arrays.
Such as from:
Char str1 [15] = "Programming";
char srt2[15]= "scripting";
