how to concat two values without concat function????????
is there anyonw who can tell me solution of above problemmmmmmmmmmmmmmmmm
suneel kar 0 Junior Poster in Training
Recommended Answers
Jump to Postdo you mean concatenate two strings? First make sure the destination buffer is large enough to hold both strings. Next make sure the destination string is not a string literal because string literals can't be changed. Call strlen() to find the end of the destination string. Then create a for …
All 4 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Hamrick 150 Posting Whiz
hinduengg 26 Junior Poster in Training
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.