Using keyword register we can declare a register variable. Ex: register int flag = 1; Register variables are stored in high-speed register...
Read More
Showing posts with label Computer Memory and types of memories. Show all posts
Showing posts with label Computer Memory and types of memories. Show all posts
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
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
INPUT AND OUTPUT OPERATORS in C++
Introduction The input output operations are done using library functions cin and cout objects of the class iostream. Using...
Read More
Binary Search in C programming language
If we look at the questions viz. How do we search for a person’s telephone number? If we know only the person’s name. and How difficult is ...
Read More
What are Procedural, Structured and Object oriented programming
What is Procedural programming? The procedural programming focuses on processing of instructions in order to perform a de...
Read More
What are Pseudocodes?
What are Pseudocodes? Since each programming language uses a unique syntax structure, understanding the code of multiple languages can be...
Read More
Basic things in C Programming Language (Header files, main (), printf(), scanf(), Variables)
Header files The files that are specified in the include section is called as header file. These are precompiled files that has some...
Read More
Simple Definitions of Important components in Computer
1.What is a Computer? Computer is an electronic machine that can store, recall and process data. It can perform tasks or complex calculat...
Read More
Keyboard and Types of keyboards
Keyboard The most common input device is the keyboard. It is used to enter both numerical and character type data. It is like a mechani...
Read More
Input device and Different types of Input devices
Input device An input device is used to feed data into computer. Diffenrent types of Input decive 1.Keyboard The most common input...
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
Subscribe to:
Posts (Atom)