This is the problem of finding the given key element in a list of elements. When the key element is found in the list we call Search as Suc...
Read More
Showing posts with label Components of Computer system. Show all posts
Showing posts with label Components of Computer system. Show all posts
Pointers in C
Pointers like all other variables in C must be declared as such prior to use. Syntax : type *ptr ; which indicates that ptr is a pointe...
Read More
Dynamic Memory Allocation
This is the means by which a program can obtain and release memory at run-time. This is very important in the case of programs which use la...
Read More
GENERAL TREE & BINARY TREE
General Tree Binary Tree * General Tree has any * A Binary Tree has not number of children. more than two children. FULL BINARY TREE ...
Read More
History of C++
Until 1980, C programming was widely popular, and slowly people started realizing the drawbacks of this language, at the same time a new pr...
Read More
C++ Tokens
The smallest individual unit in a program is known as token. These elements help us to construct statements, definitions, declarations, an...
Read More
Precedence of Operators or Hierarchy of Operators In C++
1. An expression is a combination of opcode and operand. 2. The operators would be arithmetic, relational, and logical operators. 3. If...
Read More
Type Conversion in C++
Converting an expression of a given type into another type is known as type-casting or type conversion. Type conversions are of two type...
Read More
OVERVIEW OF COMPUTER
Definition Computer is an electronic machine that can store, recall and process data. It can perform tasks or complex calculation accord...
Read More
Output device and Different types of Output devices
Output device When the data and instruction are fed into the computer and processed the next step is get the desired output. This output...
Read More
Generations of Computer
Computers are classified into five generations depending upon the development of technology... First Generation of Computer (1940-1956) ...
Read More
Computer Memory and types of memories
Computer Memory Memory is an essential component of any digital computer. It is storing device. It stores programs and data, which is r...
Read More
Components of Computer system
1. Hardware The physical parts of a computer system called as hardware. The hardware components can be seen, touch and feel. The hardwar...
Read More
Subscribe to:
Posts (Atom)