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 basic information of computer. Show all posts
Showing posts with label basic information of computer. Show all posts
REGISTER VARIABLES and EXTERNAL VARIABLES
Using keyword register we can declare a register variable. Ex: register int flag = 1; Register variables are stored in high-speed register...
Read More
Pre-Processor Directives
We know that compiler accepts the program written in high level language and converts it into machine language. The C compiler is used to c...
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
Cascading of I/O Operators
C++ supports the use of stream extraction (>>) and stream insertion (<<) operator many times in a single input (cin) and output...
Read More
Subscribe to:
Posts (Atom)