Infosys Interview Question

Write a c/c++ program to find how many times does a character gets repeated in a given string.....

Interview Answer

Anonymous

Oct 5, 2015

By using if-else statement and declaring both the characters as arrays...

1