answersLogoWhite

0

The processor is the machine's CPU (central processing unit). It has nothing to do with the C language itself -- at best it is an implementation detail (the compiler can take advantage of the CPU's specific features to optimise code).

In terms of programming, the processor is a concept. All non-trivial programs have at least four major components: input, processing, output. The bulk of the work is carried out by the processor. However, even the individual functions of a program can also be broken down into similar components: preconditions, processing and postconditions.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

Is that possible to make programme in turbo c for a mini computer having dual core processor-?

Yes, to make a program in Turbo C for a mini computer to have a dual core processor.


Write a program in c plus plus to implement macro processor?

Don't write, it is already written, google for 'cpp'.


What are commands that give instruction to C processor?

It depends on what on earth do you mean by 'C processor'.


How do you write assembly level language program in c?

Unless your particular C implementation allows for direct writing of assembly code, you can't. C is a high-level language and you usually cannot directly issue instructions to the processor. The assembly languages are a set of architecture-specific commands that can be directly executed by a processor.


Is a word processor an application program?

false


C programming are converted into machine language with the help of?

A software tool called a "compiler" translates C programs into the underlying machine language for the system you are using. The C program is called "source code" and the compiled program is called "object code". If you compile a program that will run on a completely different type of system, then it's called "cross compiling." Cross compiling requires a special compiler. For example, when you compile an application for the iPhone, you're compiling it on an computer that uses an Intel processor, but the actual program will run on an ARM based processor.


Is Microsoft PowerPoint a type of processor?

No it is a program, an application.


Is a word processor hardware or software?

A word processor is a type of software. It is a program that is run on your computer.


Is word-processor program a hardware?

nope, software


What are the types of Processor faults in c?

Processor faults are not related with a specific programming language.


What is the difference between a producer and a processor?

a producer is something that has a "d" in it and a processor is something that has a "c" in it


2x2 matrix multiplication program in 8085 processor?

how to write a program for matrix multiplication in microprocesspr