#include<stdio.h> int main () { int a[50],n,max, i; printf(“\n\tEnter the number of elements: “); scanf(“%d”,&n); printf(“\...
Read More
Showing posts with label Introduction to computer science. Show all posts
Showing posts with label Introduction to computer science. Show all posts
STRING MANIPULATION FUNCTIONS FROM THE STANDARD LIBRARY
Strings are often needed to be manipulated by programmer according to the need of a problem. All string manipulation can be done manually b...
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
FUNCTION CALL METHODS
C Supports two types of calling a Function : 1. Call by Value 2. Call by Address ARGUMENT PASSING – CALL BY VALUE In this type, valu...
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
Trees
TREE A tree is a finite set of one or more nodes such that there is a specially designated node called the Root, and zero or more non emp...
Read More
OVERVIEW OF COMPUTER
Definition Computer is an electronic machine that can store, recall and process data. It can perform tasks or complex calculation accord...
Read More
Output device and Different types of Output devices
Output device When the data and instruction are fed into the computer and processed the next step is get the desired output. This output...
Read More
Generations of Computer
Computers are classified into five generations depending upon the development of technology... First Generation of Computer (1940-1956) ...
Read More
Introduction to Computer science and Basic concepts.
The computer has evolved as a result of man’s search for fast, accurate calculating devices. Computers have thus become an integral part o...
Read More
Subscribe to:
Posts (Atom)