
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Kiran Kumar Panigrahi has Published 392 Articles

Kiran Kumar Panigrahi
14K+ Views
The task of arranging elements of an array in a particular order is referred to as sorting. The sorting of an array or a list is mainly done to make the searching easier. There are two types of sorting algorithms namely, Bubble Sort and Selection Sort. Bubble sort performs sorting ... Read More

Kiran Kumar Panigrahi
7K+ Views
There are two types of non-linear data structures namely, B-Tree and Binary Tree. These two terms sound similar but they are absolutely different from each other. The most basic difference between a B-Tree and a Binary Tree is that a B-Tree is used for data storage on a disk, whereas ... Read More

Kiran Kumar Panigrahi
18K+ Views
Arrays and Structures are two different types of container datatype. The most basic difference between an array and a structure is that an Array can contain the elements of same datatype, while a Structure is a collection that can contain the elements of dissimilar datatypes. Read this article to learn ... Read More

Kiran Kumar Panigrahi
10K+ Views
Array and pointers have a very close relationship in programming, but there are several differences between them. Read this article to find out how Arrays are different from Pointers. But let us first discuss some basics of arrays and pointers. What is an Array? An array is one that stores ... Read More

Kiran Kumar Panigrahi
12K+ Views
The basic difference between an array and a linked list is in their structure. An array relies on the index-based data structure, whereas a liked list is based on the references. Read this article to find out more about Arrays and Linked Lists and how they are different from each ... Read More

Kiran Kumar Panigrahi
1K+ Views
Alpha and Beta testing are types of testing which are based on feedback from real customers using real products in real environments, but they are driven by distinct goals and processes. Read this article to find out more about Alpha and Beta testing and how they are different from each ... Read More

Kiran Kumar Panigrahi
3K+ Views
Have you ever wondered how routers perform various tasks for us? For example, when searching for something on the Internet or fetching some data, routers perform some functions. There are different ways to do the same function as we do in day-to-day life. Similarly, routers also have different ways of ... Read More

Kiran Kumar Panigrahi
10K+ Views
In object oriented programming (OOP), abstraction and data hiding are two important concepts. Abstraction is a process of extracting important information without involving the complete detail of the system. On the other hand, data hiding is a process of wrapping the data in a single unit, i.e., to achieve data ... Read More

Kiran Kumar Panigrahi
2K+ Views
The Net Working Capital of a company is the difference between its current assets and current liabilities. We can define the Working Capital Cycle of a company as the duration of time it takes to converts its net working capital into cash.A longer Working Capital Cycle denotes that the company ... Read More

Kiran Kumar Panigrahi
3K+ Views
There are various types of file formats available in computer file systems. ZIP and RAR are types of archive file formats that are used to store different types of files and folders in a single container. However, ZIP and RAR file formats are quite different from each other. The most ... Read More