answersLogoWhite

0

Writing the source(s).
Compilation and linkage.
Execution.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Why you use c language for writing the program?

Because I can and because I like C.


Is c an application or software?

"C" is a programming language. It is implemented by writing a program using the C syntax and then translated by a compiler, which is an application program.


What is writing a program in a language such as C or Java is known as?

It is known as 'programming'.


How do you write a C program in visual studio 2012?

Start a new Visual C++ project then begin writing your C code.


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.


How do you write a program in c?

Writing a program in C is not a difficult task. You simply need to have a compiler or an editor supporting the syntax defined in the C Standard. An example of the "Hello, World!" program in C: #include <stdio.h> int main () { printf("Hello, World!"); return 0; }


Writing a program in a language such as c plus plus or java is known as what?

Object Oreinted Programming


What scrabble words use both g and c?

Genocide is tha word using "G,C" in it.


A colour tha start for c?

crimson


Can you read a file after created by a program in C plus plus?

Yes. You can either create a file for both reading and writing, or you can re-open a file for reading after creating and writing to it.


C program for sorting the numbers?

C program for sorting the numbers is very basic, start writing it and if you are having problems, post your program here and a description of the problem and you will be helped. If you are taking a computer course, how do you expect to pass exams if you have plagiarized someone else work for your assignments.


A C program using dynamic memory allocation to sort n names in ascending order?

Writing a C program that uses dynamic memory allocation to sort names in ascending order is a typical computer science assignment. To write this program, you must be in UNIX.