answersLogoWhite

0

Why c has failed to develop applications?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

C language is capable to develop softwares like, system software (os+printer+drivers+....etc), application software (organizational), but not internet software (like web applications) due to the limatations. In C language there is no reusability, portability, extendability, flexibility for developping, modifying, executing, accessing through out the world, and there is no API to develop web applications + mobile applications. Mainly C language will not provide security to our applications, that's why C language has failed to develop successful applications

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why c has failed to develop applications?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why has C failed to develop successful application software?

The language C fails to develop successful application software is due to his Limitation,due to which the language c could not xpand itself,thats the reason that C could not deveelop successful application software.


C and c applications?

Yes -- C can be used to write C applications. Obviously!


What are the skills required to develop enterprise applications?

Well you need a knowledge of whatever kind of programming language runs on the platform you're making the app for. iOS (Objective C), Android and WebOS (Java, C, C+, C++, and Objective C).


What are the best applications can be created using c?

Applications of what? On Windows, for example, you can create Windows-applications in C.


What set of guidelines is used to ensure that programmer develop applications that are compatible with an operating?

= What set of guidelines is used to ensure that programmer develop applications that are compatible with an operating? =


What is your favorite programming language?

BASIC for easy applications, and C/C++ for applications that need greater flexibility.


What application software is used to develop games?

Generally we use Visual studio to create some windows applications & software. To develop games we use Some Designing applications like adobe premiere and to develop coding for that game we use visual studio or some other applications similar to that.


Germany failed to develop a strong succession of monarchies?

false


Did Spain failed to develop a middle class in the 1500s?

Yes!


What is the use of the C language?

The C language (or more commonly C++) is the core of most programming done at the desktop level. Most programs written in Linux are in C or C++, as are most Windows programs. A number of languages in recent computer history have been designed to reduce the dependency on C and C++, but have still largely failed to replace C and C++ for high performance applications.


Which type of applications software would be most expensive to develop?

Windows


Which application developed by c?

All kinds of machine-based programs can be developed in C, including: operating system kernels; low-level drivers; embedded systems software; client-server applications; general purpose applications; utilities; and games. There is no real limit to what you can develop in C. The question is really about whether C is the best choice for the type of software you wish to develop. For purely low-level development it is ideal, but for mid-level to high-level developments you'd be better off with C++. Where performance and memory are not a major issue, Java is better for application development.