0 comments

The tools required for C programming

(1) A text editor: A text editor allows you to type in, modify, and save your program. Notepad in Windows, Edit in DOS, and vi and Emacs in Unix/Linux are some popular text editors.


(2) A C compiler: A compiler is a program that converts the high-level language (HLL) program (referred to as source code) into machine language (object code). Borland C, GCC, and Microsoft C are some of the popular compilers.
0 comments

Why you should learn C?

You should learn C because:


(1) C is simple.


(2) There are only 32 keywords so C is very easy to master. Keywords are words that have special meaning in C language.


(3) C programs run faster than programs written in most other languages.


(4)C enables easy communication with computer hardware making it easy to write system programs such as compilers and interpreters.
0 comments

Where is c useful ?

C’s ability to communicate directly with hardware makes it a powerful choice for system programmers. In fact, popular operating systems such as Unix and Linux are written entirely in C. Additionally, even compilers and interpreters for other languages such as FORTRAN, Pascal, and BASIC are written in C. However, C’s scope is not just limited to developing system programs. It is also used to develop any kind of application, including complex business ones. The following is a partial list of areas where C language is used:

(1) Embedded Systems

(2) Systems Programming

(3) Artificial Intelligence

(4) Industrial Automation

(5) Computer Graphics

(6) Space Research

(7) Image Processing

(8) Game Programming
0 comments

Short Introduction of c language.

Powerful features, simple syntax, and portability make C a preferred language among programmers for business and industrial applications. Portability means that C programs written for a computer with a particular kind of processor, say Intel, can be executed on computers with different processors such as Motorola, Sun Sparc, or IBM with little or no modification
0 comments

What is c language...

The programming language C was originally developed by Dennis Ritchie of Bell Laboratories and was designed to run on a PDP-11 with a UNIX operating system. Although it was originally intended to run under UNIX, there has been a great interest in running it under the MS-DOS operating system on the IBM PC and compatibles. It is an excellent language for this environment because of the simplicity of expression, the compactness of the code, and the wide range of applicability. Also, due to the simplicity and ease of writing a C compiler, it is usually the first high level language available on any new computer, including microcomputers, minicomputers, and mainframes.
0 comments

What is Pc programming languages

Pc Programming languages is the key features of modern technology coz it can use to create software applications n many more..Modern programming languages allow software to be written in a human-readable text format. The language's compiler application can then convert these into machine-readable byte format to create an efficient executable program. Choosing which programming language to learn depends on what you want to do. so learn n enjoy...frendzz...:)

Sponsors