Find the first non repeating character in a string.
For example Input string: "abcdeabc" Output: "e"
char *p="India"; char t[10]="USA";
after the swap t should contain India and p as USA.
Output Enter the string: Welcome to C Class! Enter the word to insert: programming Enter the position you like to insert: 3 The string after modification is
Welcome to C programming Class!