cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
shifting characters in a character strin
shifting characters in a character string
Nov 13, 2014 at 8:02pm UTC
cyter
(11)
Suppose I have the following character string
char
* str1 =
"2 34 5"
;
Is there a function in C that could help me shift the contents of this character string?
Topic archived. No new replies allowed.