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
Karan Thakkar
1.5k
204
90k
C# program which accept one string and one integer?
Jan 7 2019 4:24 AM
If string=aabbccc and Int 2
output=ccc ......It will remove aabb as their count match with enter int.
If string=aaabbccc and Int 3
output=bb
If string=aaabbccc and Int 1
output=aaabbccc output will be same as none of the character match with entered string.
If string=abc Int 1
output= output will be empty as the as all character matched with entered string
Reply
Answers (
4
)
How to Access Calendar Appointments of Other Users using Mic
How to Avoid Session Hijacking in Web Applications