A simple C++ Program
to reverse the given string using Execlp System Call
.
-
Use the following commands to
Compile the Code
:g++ reverseString.cpp -o reverseString
g++ main.cpp
-
Use the following command to
Run the Code
:./a.out
A simple C++ program to reverse the given string using execlp system call
C++