Sunday, 22 December 2013
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" andtracking 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:
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
Friday, 6 December 2013
Types of Languages
There are two types of languages.
1: Low Level Languages.2: High Level Languages.
1:Low Level Languages:
Those languages that is close to the machine language iscalled low- level - language. In computer science, a low-level
programming language is a programming language that provides
little or no abstraction from a computer's instruction set
architecture. The low level language have two languages; machine
language and Assembly language.
Thursday, 5 December 2013
Programming
Subscribe to:
Posts (Atom)