Computers

What is a Function?

Functions and Program Execution in C Program

This topic details functions and program execution in C. Table of Contents What is a Function? A function is a group or block of statements enclosed in flower brackets that can be executed independently upon calling. A group of functions makes a program. Every function must return a value. What are the Different Types of […]

Functions and Program Execution in C Program Read More »

Data Types & Variable Declarations in C Programming Language.

Data Types and Variable Declarations in C Program

Variable declaration in C program is an important topic. The below video provides a detailed view of the topic. Table of Contents of Variable Declaration in C In the following lesson, we will see the details about various data types along with variable declaration in C. What are Data Types in the C Programming Language? What

Data Types and Variable Declarations in C Program Read More »

A Look into Sample C Program

A sample C program is taken in this lesson, to discuss the different steps. There are six steps in the Sample C Program The Sample C program can be divided into six prominent steps, they include, 1) Problem Description    2) Pre-processor 3) Definition                       4) Global Declaration 5) Main Function and       6) Function Definition Problem Description

A Look into Sample C Program Read More »

Computer Memory

A Brief Description of Computer Memory

In this lesson, a brief description of computer memory with emphasis on the primary and secondary memory is given. Table of Contents What is Computer Memory? Computer memory is only a container and an essential computer component that helps store programs and data for processing. However, this component is not involved in any data processing. In

A Brief Description of Computer Memory Read More »

Microprocessor: A Vital Component for Modern Computing

Microprocessor is an electronic component a computer uses to perform all the computing functions. This device is part of a micro-computer unit fabricated on a small chip capable of performing all operations and communicating with other devices. What are the Components of a Microprocessor? It consists of an With an ALU (Arithmetic-logic unit), it can

Microprocessor: A Vital Component for Modern Computing Read More »