Skip to content

A simple C++ program to reverse the given string using execlp system call

Notifications You must be signed in to change notification settings

SameetAsadullah/Reverse-String-Using-Execlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Reverse String Using Execlp

Description

A simple C++ Program to reverse the given string using Execlp System Call.

Manual

  1. Use the following commands to Compile the Code:

    g++ reverseString.cpp -o reverseString
    
    g++ main.cpp
    
  2. Use the following command to Run the Code:

    ./a.out
    

Working Screenshot

About

A simple C++ program to reverse the given string using execlp system call

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages