Kiran Kumar Panigrahi has Published 389 Articles

Difference Between Array and Structure

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 16:05:22

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

Difference Between Array and Pointer

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 15:47:39

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

Difference Between Array and Linked List

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 15:45:40

13K+ 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

Difference between Alpha and Beta Testing

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 15:32:15

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

Difference between Adaptive and Non Adaptive routing algorithms

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 15:23:19

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

Difference Between Abstraction and Data Hiding

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 20-Feb-2023 15:10:46

11K+ 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

What is a Working Capital Cycle?

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 02-Feb-2023 15:46:58

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

Difference Between ZIP and RAR

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 11-Jan-2023 16:07:31

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

Difference Between SSD and HDD

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 11-Jan-2023 15:55:41

2K+ Views

In computer systems, different types of memory devices are used to store data permanently. Both SSD and HDD are such storage devices. SSD and HDD are the most commonly used types of secondary memories. HDD is a traditional storage device, while SSD is a modern storage device. SSD and HDD ... Read More

Difference between Product and Process in Software development

Kiran Kumar Panigrahi

Kiran Kumar Panigrahi

Updated on 11-Jan-2023 15:47:45

12K+ Views

Product and Process are the two crucial terms in software development. The elementary difference between the two is that a "process" is a sequence of steps to be followed to create an appropriate product, while a "product" is the final outcome of the software development cycle. Read this tutorial to ... Read More

Advertisements