My online Text

Information about resetting and configuring Mobile phones (Java, Android, Symbian etc), educational articles especially for programming in C, C++ and Java and more about Computers and operating systems

Showing posts with label example. Show all posts
Showing posts with label example. Show all posts

Inter Process Communication using Named Pipes - Chat Program in C

›
In this post, we will see a chat program using named pipes (fifo). Pipes are used for communication between processes. The named pipes are f...

Relational Algebra - Selection, Projection, Joins etc

›
The relational algebra defines a set of operations on relations, paralleling the usual algebraic operations such as addition, subtraction et...

Algorithm, C and C++ Programs to find Closure From Functional Dependencies

›
In this post we will see how to find closure of an attribute or a set of attributes. Before learning how to get closure, we should first kn...

Storage Classes for Variables in C Programming Language

›
Every variable in C programming language has two properties; type and storage class. 'Type' refers to the data type of the variable ...

Linear Search in C and C++ Languages

›
Linear search simply means 'looking for an element in the whole array from one end to the other'. The searched element is compared w...

Program to Understand Bitwise Operators

›
This program is to understand working of bitwise operators #include<stdio.h> main () { unsigned int a = 60; /* 60 = 0011 1100*/ ...
›
Home
View web version

Popular Posts

  • Intel 8085 Microprocessor Instructions - Hex codes and Mnemonics
  • Intel 8085 Microprocessor Simulator for Android Phones
  • Place Names that Sound Funny in Malayalam
  • How to hard Reset Nokia E6 - 00
  • Algorithm, C and C++ Programs to find Closure From Functional Dependencies
  • Design and Analysis of Algorithms - Lecture Notes and Slides Free Download
  • How to Hard Reset Nokia 603 Symbian Belle Full Touch Smartphone
  • How to Connect Windows 8 or 8.1 Compuer to Internet by USB Tethering Android Phone
Powered by Blogger.