Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 17th, 2019
77
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.83 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using namespace std;
void reverse(char *c)
{
int i = 0;
while(c[i] != '