answersLogoWhite

0

Different for every C program. For example, linux is an OS-kernel, whilst Apache is a web-server.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Where we use the c language why?

Mostly all c programs are used in embedded applications where the micro or ecu resources are limited. Embedded applications are those you find in your car, microwaves, dishwashers, digital wrist watches, etc. There are two or three folds programs written in c for embedded applications than there are for desktops. Answer: In programming, obviously. Some programs written in C, for example: linux, PHP, Oracle, Windows


Where do you find C software?

C Software is a company who makes applications for windows programs. You can learn more information about them at www.c-software.net.


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.


What are debuggers examples?

Examples of debuggers include gdb (GNU Debugger) for C/C++ programs, Visual Studio Debugger for .NET applications, Xcode Debugger for iOS/macOS apps, and Chrome Developer Tools for debugging JavaScript in web applications.


What is JNI?

Java Native Interface JNI is an interface between java and applications and libraries written in other languages. As an example, JNI enables Java programs to use C libraries and also enables C programs to use Java classes.


C and c applications?

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


Which desktop application use c plus plus?

There are very few applications of any note that aren't written in C++ (or some combination of C++ and C). Even the Java virtual machine required to interpret Java programs is written in C++.


What is importance of c language?

The importance of C language is that it is the building block for many of the worlds computer applications and problems. It is a programing language which creates programs and allows them to be nearly infinitely modified.


What are the best applications can be created using c?

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


How computer applications are obtained?

Computer applications can be "obtained" by many different means. Ranging anywhere from downloading from the internet, pirating, buying tangible copies of software such as disks, and even creating your own applications via programs such as Microsoft's Visual Studio and C+


What are the types of java program?

There are many different types of Java programs. a. Simple Standalone applications - They are simple java programs that have a bunch of classes and have a starting class that has a main method b. UI Based Applications - These are UI based applications built using AWT or Java Swings c. J2EE Web Applications - These are web based applications that can be run in a web browser. They are coded using technologies like servlets, jsp, hibernate, spring etc.


Can you run programs compiled with Turbo C on Linux?

Turbo C cannot compile native Linux binaries, only programs for MS-DOS. MS-DOS applications can be run on Linux through a variety of methods, including DOSEMU, DOSBox, QEMU, Bochs, and VirtualBox.