OPERATORS:
For example in this expression 4 + 5 = 9 . Here 4 and 5 are called operands...
Generation Of Computers
in
ITC
- on 08:34
- No comments

First Generation Computers:
a glass tube surrounding a vacuum an area from which all gases have been removed). What makes it interesting is that when electrical contacts are put on the ends, you can get a current to flow though that vacuum....
Basic Structure Of C Program:
in
Basics
- on 11:34
- No comments

Basic Structure Of C Program:
#include<stdio.h> ( Standard input output )
#include<conio.h> ...
Format Specifiers And Data Types In C language
in
Basics
- on 11:24
- No comments

In C language there are 4 format specifiers which specify the data,that the given input belongs to which type of data.The Four types of Format specifiers are given below.
Format Specifies:
Numeric
%d ...
Translators And Debuging Proccess:
in
Basics
- on 11:12
- No comments

Translators:
A computer can only understand programs defined using machine code.
Consequently a...
Introduction To Programming Language
in
Basics
- on 10:55
- No comments

Language:
They Way
of Communication between two sources is called a language.And the way of communicate between user
and computer is called programing language.
Types...
Page 1 of 11