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
Showing posts with label Computer Memory. Show all posts
Showing posts with label Computer Memory. Show all posts
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
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
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
Difference between RAM (Random Access Memory) and ROM (Read Only Memory)
Random Access Memory (RAM) RAM is also called as the main memory of a computer. This is really the main store and is the place where the...
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)