string - extracting substrings in C -


मेरे पास स्ट्रिंग है: "foo $ bar @ baz"

मैं एक सी प्रोग्राम लिखना चाहता हूं जो सभी तीन उप-तार ( "foo" , "bar" और "baz" ) और इसे अपनी स्ट्रिंग में डाल दिया।

पी एस चिंता मत करो, यह नहीं होमवर्क है।

आप क्या देख रहे हैं है । यह आपके लिए सीमांकक भी सेट करने की अनुमति देता है।


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -