Computer Network Lab Manual / Concurrent Connection less service in Computer Networks

Program Name

Write a C Program for Concurrent Connection less service in Computer Networks.
Theory

Server	Compiling	cc s.c -o sobj
Server	Running		./ sobj &
Client	Compiling	cc c.c
Client	Running		./a.out
Program Code


Input and Output:

Input
Enter the string:
hello

Output
String received from the server:hello


Home     Back