Reading/Writing to One-Dimensional Array Example: int age[5] scanf("%d", &age[0]); //read data from keyboard into array ag...
Read More
Showing posts with label Mini Computers. Show all posts
Showing posts with label Mini Computers. Show all posts
Binary Search
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
FUNCTION IN C
A complex problem is often easier to solve by dividing it into several smaller parts(pieces), each of which can be solved by itself. Each s...
Read More
Function Declaration and Prototype
Every function in C program should be declared before they are used. Function declaration gives compiler information about function name, t...
Read More
ACTUAL AND FORMAL ARGUMENTS
Argument (or parameter) refers to data that is passed to function (function definition) while calling function. Arguments listed in functio...
Read More
Multiple Indirection Pointers to Pointers
It is possible in C to have a pointer point to another pointer that points to a target value. This is termed multiple indirection in this c...
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
Micro,Mini and Super Computer.
Micro Computers Mini computers Also, know as PC (Personal Computer), it was introduced in 1970. The number of processors in microcomput...
Read More
Subscribe to:
Posts (Atom)