TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mysura Reddy
NA
74
17.4k
To return the longest common Sub-String of two strings
Aug 26 2015 1:46 AM
I want a program to return the longest common sub-string of two strings.
ex:- if two strings are
string str1="Hello how are you"
string str2="Hello chinni, how you doing"
the output should return 'Hello'(The longest common substring)
Reply
Answers (
1
)
An exception of type 'System.InvalidCastException' occurred
i Getting 'System.InvalidCastException' error