Sunday 5 January 2014

Advantages And Disadvantages Of C Language

                                Advantages

C Language has list of advantages due to this it is very much popular language around the world and best suitable for the programmer to learn at the fist stage of the programming. C is inherently easy to understand. Moreover, if you want to express some common ideas in programming, and in a way in which people are comfortable with, then using C is the best way you can accomplish this. 
    The most common advantages of C Language are;
 
  

Sunday 22 December 2013

Advantages of High-Level-Languages

High-level languages have several advantages over low level
languages. Some of the important advantages are;
   

Sunday 15 December 2013

Differences Between C and C++


Both of C and C++ are computer languages.Object oriented 
C is called C++. Object oriented programming means a
programming which have the concept of objects.
The main difference between them are;
1: C files are stored with an extension '.c' 
whereas C++ files are stored with '.cpp'.

Saturday 14 December 2013

Errors And Its Types

Error:

    
The Errors in a program are called "bugs" and
tracking  and removing these errors is called debugging.
There are several types of errors in a program. But Syntax and
logical errors are the main types.

Thursday 12 December 2013

Difference Between Source Code And Object Code

1: Source Code:



Those instructions which are written in a high level
language is called the source code. Source code is the category

Tuesday 10 December 2013

Language Processors

 
 
The computer works only with the binary code. Therefore, the programs written in high-level language must be converted into the machine language for execution by the computer. Special programs are used to convert a source code into the object code. These programs are called language processors.

Sunday 8 December 2013

Features of C Language


1. Modularity.
2. movability.
3. Extend ability.
4. Speed.
5. Flexibility.