Skip to content

antonyaiwin/Multiple-client-server-in-C-returns-case-switched

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiple-client-server-in-C-returns-case-switched-text

Write and run an algorithm for a TCP client and a TCP server with the following specifications:

(i) The server should be able to handle at least 5 clients concurrently

(ii) A client program sends a string to a server.

(iii) The server program converts lower case latters to upper case letters and vice versa.

(iv) The converted string is returned to the client.

(v) The client program prints the result.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages