c programme.. how to delete spaces between two words.

Posted by vikram on Stack Overflow See other posts from Stack Overflow or by vikram
Published on 2010-04-13T05:45:16Z Indexed on 2010/04/13 5:52 UTC
Read the original article Hit count: 341

Filed under:

how to delete space between two words using c programme... should I use ascii or just compair with ''?

eg. Input- "Hello World" Output-"HelloWorld".

Thanks, Vikram

© Stack Overflow or respective owner

Related posts about c