Write and run a client and a server program in C-language using UDP
Yes.
How to write the program un Assembly language to set a password for personal computers?
Any code that remotely controls another computer is far from simple. The simplest method would be to write a client-server application, where the client runs as a service awaiting a shutdown instruction from the server. However, it goes without saying that a network administrator would take a dim view of employees remotely shutting down other employee's computers.
first think of the logic and then write the statements
Yes, you can write a program in C language which connects to a database.
Homework question, this is a long answer.
Server-base language mean code you write will be processed on server instead of client, ex: when you request a page from server (a php page) it will be first processed on server then server will send you result of codes.. it means you won't see php codes on the page only result of it.
All of us (or most of us) would have started programming in Java with the ever famous "Hello World!" program. If you can recollect, we saved this file with a .java extension and later compiled the program using javac and then executed the class file with java. Apart from introducing you to the language basics, the point to be noted about this program is that - "It is a client side program". This means that you write, compile and also execute the program on a client machine (e.g. Your PC). No doubt, this is the easiest and fastest way to write, compile and execute programs. But, it has little practical significance when it comes to real world programming.
Both the client and the server create a socket, but only the server binds the socket to a local endpoint. The server can then subsequently do a blocking readcall in which it waits for incoming data from any client. Likewise, after creating the socket, the client simply does a blocking call to write data to the server. There is no need to close a connection.
Yes. In fact this is fairly common. For example, using in the same web page a client scripting language such as JavaScript and a Server Scripting Language, such as ASP.NET or PHP.
Norman E. Smith has written: 'Object-oriented programming using Turbo C++' -- subject(s): C++ (Computer program language), Object-oriented programming (Computer science), Turbo C++ 'Write your own programming language using C++' -- subject(s): C++ (Computer program language), Application software 'Practical guide to intranet client-server applications using the Web' -- subject(s): Intranets (Computer networks), Client/server computing, World Wide Web 'Developer's guide to HP printers' -- subject(s): HP LaserJet printers
no,i want answer from your side
write an assembly language program to find sum of N numbers
write a program to print A to Z on screen in c?
Yes.
c# AND VB AND C++
How to write the program un Assembly language to set a password for personal computers?
write program to concatenating two sting in 8086 assembly language
Any code that remotely controls another computer is far from simple. The simplest method would be to write a client-server application, where the client runs as a service awaiting a shutdown instruction from the server. However, it goes without saying that a network administrator would take a dim view of employees remotely shutting down other employee's computers.
You don't write an algorithm for a C++ program, unless you are documenting the C++ program after-the-fact. The normal procedure is to write the algorithm first, in a language independent fashion, and then translate that stated algorithm into C++ code, or into whatever language you wish.
first think of the logic and then write the statements
ponka
To write code for finding Armstrong numbers between 1 and 500 using socket programming, you would first create a server that listens for client connections. Upon receiving a request, the server would compute Armstrong numbers in that range by checking if the sum of the cubes of their digits equals the number itself. The server then sends the list of Armstrong numbers back to the client. The client can be a simple script that connects to the server and displays the received numbers. Here's a basic outline: Set up a server socket to listen for connections. Upon connection, calculate Armstrong numbers using a loop and send the result back. On the client side, connect to the server and print the received Armstrong numbers.
You need an 8086 assembly language pencil.
Yes, you can write a program in C language which connects to a database.