No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Email :
*
Password :
*
Remember me
Forgot password?
Login using
Answers
In Focus
Forums - C# Corner
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
C# Programming
Multi-threading
IoT
Coffee, Chai Lounge
HTML, JavaScript, CSS
.NET General
Office Interoperability
Microsoft Surface
Community Services
iPhone, iPad
Active Directory
Printing
ReFS
Current Affairs
Java
ADO.NET & Database
Project Management
Silverlight 5
Fun and Jokes
JQuery
AJAX & Atlas
Remoting
WCF
Job Opportunities
JSP
Algorithms & AI
Reporting
Windows 8
Leadership
Multimedia, Graphics, Flash
Arrays & Collections
Robotics and Hardware
Windows Azure
Mac for Windows
Node.js
ASP.NET & Web Development
Security & Cryptography
Windows Store Apps
Microsoft Feedback
PHP
C# Language
Setup & Deployment
Workflow Foundation
Open Source Projects
Social Networking
C# References
Sharepoint
WPF
Operating Systems
TypeScript
CLR & .NET Internals
Speech & Voice Recognition
XAML Language
Paid Projects
Web Hosting
COM Interoperability
Tablet PC
Site and Forums Feedback
Prizes, Awards, MVP
Website Management
Custom Controls
Testing and QA
Announcements
Students & Beginner Projects
Windows Phone 7
Design and Architecture
Visual Basic .NET
Author Guidelines
Test Category
Database
Embedded Development
Visual C++
Bugs and Problems
Training & Certification
Database General
Enterprise Development
Visual Studio 11
Forums Feedback
Web Development
Oracle
Games, DirectX, and XNA
Visual Studio 2010
Site Feedback & Suggestions
Advertising, Marketing, SEO
SQL
GDI+ and DirectX
Web Services
Site Spams
Android
SQL Server
General
Windows Forms
Miscellaneous
AngularJS
Products
LINQ
Windows Services
.NET Books
Cloud Computing
Office 2013
Migrating to .NET
Cutting-Edge
Ask the Author
Expression Tools
Products
Mobile Development
.NET 5.0
Career Advice
HTML 5
SharePoint 2013
Forum guidelines
Home
C# Language
find the occurance of characters in a string using c#
vishal dusane
1.3k
265
18k
find the occurance of characters in a string using c#
Apr 21 2017 5:26 AM
suppose I have the string like
string str="VAARONASSTGSO";
if the same character are appears in sequence then consider their count at once,in above string
AA appears in sequence then consider their count at one
.
V=1
A=3
R=1
O=2
N=1
S=2
T=1
G=1
Reply
Answers (
3
)
Web Scrapping in c#
how to take first 10 record using LINQ ?
X
Build smarter apps with Machine Learning, Bots, Cognitive Services - Start free.
Start Learning Now