answersLogoWhite

0


Best Answer

Traditional C Programming follows the ECLG cycle: Edit (the source code), Compile (the program), Link the application and Go run it.

In truth, the ECLG cycle is a (ECLD)*CLG cycle: Edit, compile, link and debug. Repeat this until satisfied with the correct function, the create the final application with another compilation and linkage, and Go (ship, etc).

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

The building blocks of C++ are the primitive C-style data types (int, char, double, float and pointer) and modifiers (long, short, signed and unsigned). The C++ standard library includes more complex types, including the string class, the complex class, exception classes and so on, as well as the standard template library (STL) which provides a rich set of sequence containers such as vector, list and deque. The language permits programmers to create user-defined types from any combination of the building blocks, as well as other user-defined types.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

#include <stdio.h>

int main (void)

{

puts ("Hello, world");

return 0;

}

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

The basic commands for moving data from place to place and for performing computations are the building blocks for all programs.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

The unit of programming in C is the function.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are some basic programs in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

BASIC is a.... language?

The original BASIC would be considered an "interpreted" language; the instructions were never translated to machine code, but rather executed as the interpreter reads them. Visual Basic converts the commands into equivalent C++ programs, and then compiles them.


What has the author C Regena written?

C. Regena has written: 'Programmer's Reference Guide to the Texas Instruments 99/4A' 'BASIC programs for small computers' -- subject(s): BASIC (Computer program language), Computer programs, Microcomputers, Programming


Is C language readable?

No, but source-programs written in C language are.


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


Where can you get c programs for games?

C is the programming language (some) games are written in, your question makes no sense.


What is the benift of learning c language?

You will be able to understand C programs. Also to write C programs.


Compare c plus plus and visual basic?

Visual Basic is a Windows-specific programming language, developed by Microsoft. C++ is a standard, generic and cross-platform programming language. Microsoft's implementation is called Visual C++, but it is not standards-compliant. Visual Basic requires a runtime library. C++ does not. Visual Basic is 100% object-oriented. C++ is not 100% object-oriented, but gives programmers greater freedom of choice. C++ is efficient, compact and performs extremely well on a wide variety of hardware. Visual Basic programs are inefficient, generally large, and much slower than equivalent C++ programs, and only run on Windows.


What is the advantage of c over c?

c is the basic for all computer programming languages.All basic programs are also written in C.


What program can you use to make a computer game with?

Ok. You can just call the program that makes game or other programs a editor. Its much more simple. Now it sounds like you've never done this before so I would start out with something very simple like Game Maker. Then I would move on to a BASIC language (DarkBASIC). Which requires you to program with code. Then I would move on to a C language (C , C# , C++) once you mastered BASIC. Once you mastered one language you can master them all. BASIC is fast and easy to learn but has restrictions when it comes to making programs , but it great for games. The C languages are more for computer programs (also called applications). Hope it helped!


Advantage of c language?

You can write computer-programs in it.


Where can you get C programmes you want some basic prog?

hi friend try u can find more programs in c,c++,java and all rgds BM


What are examples of objected programming language?

C++C#EiffelJavaSmalltalkVisual Basic