Popular Posts
-
1. Some trick for Gmail users To open only unread emails , just type is:unread in search box. You can also open is:starred , is:read , i...
-
Again I read this on Quora. This is important to those who work in telecom industries. IMSI = International Mobile Subscriber Identity. ...
-
SIM and USIM SIM cards (Subscriber Identity Module) are used to communicate on GSM networks and USIMs were introduced together with UMT...
-
A priority queue is an abstract data type which is like a regular queue or stack data structure, but where additionally each element has...
-
VoIP refers to Voice Over IP, which is a methodology of delivering the voice communication data over the internet. V oice over IP (VoIP) r...
-
Hello friends, Today I am going to share a program to find 'n'th root of a given 'k' number. So here is the program. #i...
-
What is hash table ? Do not confuse this with Hash List or Hash Tree. From Wikipedia about hash table In computing, a hash table (hash ...
-
This C program generates graph using Adjacency Matrix Method. A graph G,consists of two sets V and E. V is a finite non-empty set of vert...
-
This C++ program, using iteration, implements the list of elements removed from the stack in last in first out mode using a linked list. A ...
-
Hey folks, hope you people are doing well. Today I am going to share a program of finding the square-root of a number without using any i...