Problem 1335. MATCH THE STRINGS (2 CHAR) very easy

Match the given string based on first two characters on each string.

For example

 A='harsa';
 b='harish'; result '1' 

The two strings are not equal but match the starting two characters 'ha'.

Solution Stats

63.73% Correct | 36.27% Incorrect
Last Solution submitted on Nov 09, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers282

Suggested Problems

More from this Author13

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!