answersLogoWhite

0

Why server side programs cannot be written in C?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

Server side programs can certainly be written in C. They can be written in any language that the environment supports.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why server side programs cannot be written in C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between asp and servlet?

ASP is a server side technology which enables a developer to combine both HTML & scripting language in the same page. servlets are server side programs written in java.It is platform independent


What is client server approach of c plus plus?

Client/server programs typically employ multi-threading where the primary thread handles the server side of things while one or more threads handle the client side.


Explain the client-side vs. server-side development in web applications?

Client-side software runs on a user's web browser, whereas server-side software operates on the server. Client-side web development entails interactivity and data display, whereas server-side web development entails working behind the scenes to handle data. Web development is an umbrella phrase for numerous fields of website construction, rather than a single activity. Client-side, server-side, and full-stack development are the three main types of web development. A website cannot work without both client-side and server-side programs. Skilled developers in various domains frequently need to collaborate closely in order to build a well-designed and functional product.


Where does PHP used?

PHP is a Server side scripting language used for web development.The programs in php will be run on the server and only the output is sent to the internet browser.


What are client side and server side scripting?

Client side scripting is a script, (ex. Javascript, VB script), that is executed by the browser (i.e. Firefox, Internet Explorer, Safari, Opera, etc.) that resides at the user computer. Server side scripting, (ex. ASP.Net, ASP, JSP, PHP, Ruby, or others), is executed by the server (Web Server), and the page that is sent to the browser is produced by the serve-side scripting. So when a server sends out a page, it executes server-side scripts, but does not execute client-side scripts. Once the browser receives the page, it executes the client-side scripts. Server side scripting can connect to databases that reside on the web server or another server reachable from web server. Client side scripting cannot do that. Server side scripting can access the file system that reside at the web server, client side cannot. Server side scripting can access settings belong to Web server while client side cannot. Client side scripting can access files and settings that are local at the user computer. Client side scripting consumes cycles from user's computer not web server one, while server side scripting consumes cycles form web server one.


What does a PHP developer do?

PHP is a server side scripting language. PHP is used to develop web applications which has interaction between the Web Application and the Users. PHP developers write the programs (Server side scripting) to develop these web applications. The developed programs acts as an intermediary between the users and the web servers and database. For example when you purchase something online, say a book from amazon.com or ebay.com the order creation, online payments for the orders and upto the delivery of the items, all these transactions are done through the server side scripting languages called PHP. And PHP developers develop this type of websites and applications. Note: The websites given - amazon.com and ebay.com may use a different Server Side Scripting languages than PHP and just for a example and user reference it is given above.


Is ruby programming client side or server side?

Ruby is a server-side language.


What does server side relate to in the computer industry?

In the computer industry, server side refers to the operations performed by a server in a server-client computer relationship. The server side typically handles many functions to lighten the load of the client side's work.


List at least 3 main differences between Mircosoft SQL Server and Microsoft Access?

MYSQL is for the back end of applications, where as Microsoft access is for relational databases and such. MYSQL can be used in conjuntion with server side scripting languages where as access cannot access cannot import mysql data where as mysql can import data from other programs, if used correctly you will have a functional database based on what data is imported throught (exel,access ect)


What is client-side scripting language?

A server-side scripting language is one that resides on the server. Whereas client-side scripting happens inside the users browser, after they've downloaded the code, server-side languages work before the file is sent from the server. Server-side languages tend to deal with more "heavy lifting" than client side. They retrieve records from databases, maintain state over the stateless HTTP connection, and do a lot of things that require more security than JavaScript alone can provide. Because they reside on the server, these programs never have their source code exposed to the user. JavaScript source code must be available to the client by definition. Some server-side languages are: C, PHP, Ruby, Python, JavaServer Pages, ColdFusion, ASP, and Perl.


Which is world largest use server side OS?

There is no server side OS available yet.


Is ruby server side scripting language?

Yes, Ruby is a server-side scripting language.