Discuss Reverse String Program In C in the C Programming forum on Dev Shed. Reverse String Program In C C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems.
Posts: 52
Time spent in forums: 14 h 36 m 53 sec
Reputation Power: 1
very easy..
most programming books usually include example programs of such kind...
And I'm not sure, but maybe one of the standard libraries already does contain such a function...(I don't know all the string functions by heart, try googling)
Posts: 52
Time spent in forums: 14 h 36 m 53 sec
Reputation Power: 1
Quote:
Originally Posted by Sachin Bali
I already updated the code. Please check that first.
copy/paste the code in a compiler, there are still errors. I know cuz I checked. copy/pasted it in codeblocks and there's 5-6 errors, although the concept is clear. I can see what you did there...
Posts: 9
Time spent in forums: 1 h 42 m 30 sec
Reputation Power: 0
Quote:
Originally Posted by zedeneye1
copy/paste the code in a compiler, there are still errors. I know cuz I checked. copy/pasted it in codeblocks and there's 5-6 errors, although the concept is clear. I can see what you did there...
Don't copy paste and execute the code. My work was to write algorithm and to clear the concept. Its the user responsibility to use it and to take care of the syntactical mistakes.
Don't take it as confirm code. Take it as a algorithm.
Posts: 52
Time spent in forums: 14 h 36 m 53 sec
Reputation Power: 1
Quote:
Originally Posted by Sachin Bali
Don't copy paste and execute the code. My work was to write algorithm and to clear the concept. Its the user responsibility to use it and to take care of the syntactical mistakes.
Don't take it as confirm code. Take it as a algorithm.