Answered by:
C program question

Question
-
Hi all,
plz help me out regarding dis program which i gone ask
the input of a string is like "hi this john how are u"
and output should be like dis i mean counting characters in a given string like
2 char hi 1 char u 3 char are how and 4 char john this...i need like dis output in c program or java
Friday, August 2, 2013 7:34 PM
Answers
-
Hi,
You have asked your question in the Training and certification forum, please ask your question in the forums related to developers.
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
MCSE:Server Infrastructure, MCSE:Desktop Infrastructure, MCSA Server 2012, Citrix CCIA & CCEE, Cisco CCNA, VMware VCP 3/4/5 Twitter: @dnyvandam http://www.dannyvandam.net- Edited by Danny van DamMVP, Editor Tuesday, August 13, 2013 7:12 PM
- Proposed as answer by Danny van DamMVP, Editor Wednesday, August 14, 2013 5:29 PM
- Marked as answer by Danny van DamMVP, Editor Wednesday, August 14, 2013 5:29 PM
Tuesday, August 13, 2013 7:12 PMAnswerer -
Hi,
You can use combination of strtok() and strlen() functions to get your result. Before that, you can check simple string example programs for these functions in below website
- Proposed as answer by Thiyagarajan S Tuesday, September 24, 2013 1:02 PM
- Marked as answer by Danny van DamMVP, Editor Tuesday, September 24, 2013 2:47 PM
- Edited by Thiyagarajan S Wednesday, September 25, 2013 9:23 AM Link might be useful for users
Tuesday, September 24, 2013 12:54 PM
All replies
-
soon sum 1 help me out
Friday, August 2, 2013 7:35 PM -
Hi,
You have asked your question in the Training and certification forum, please ask your question in the forums related to developers.
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer
MCSE:Server Infrastructure, MCSE:Desktop Infrastructure, MCSA Server 2012, Citrix CCIA & CCEE, Cisco CCNA, VMware VCP 3/4/5 Twitter: @dnyvandam http://www.dannyvandam.net- Edited by Danny van DamMVP, Editor Tuesday, August 13, 2013 7:12 PM
- Proposed as answer by Danny van DamMVP, Editor Wednesday, August 14, 2013 5:29 PM
- Marked as answer by Danny van DamMVP, Editor Wednesday, August 14, 2013 5:29 PM
Tuesday, August 13, 2013 7:12 PMAnswerer -
Hi,
You can use combination of strtok() and strlen() functions to get your result. Before that, you can check simple string example programs for these functions in below website
- Proposed as answer by Thiyagarajan S Tuesday, September 24, 2013 1:02 PM
- Marked as answer by Danny van DamMVP, Editor Tuesday, September 24, 2013 2:47 PM
- Edited by Thiyagarajan S Wednesday, September 25, 2013 9:23 AM Link might be useful for users
Tuesday, September 24, 2013 12:54 PM