You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while running the code run server before client then you may add multiple clients
Here is an example for running it in Ubuntu os.
cd 'file'
gcc server.c -o ser
./ser
gcc client.c -o cli
./cli
fin.
About
This c program, creates a server and multiple clients to it. Clients type text and server gives response of how many vowels are their in the text.