C
How to use Arrays?
Explaining Arrays Creating and using Arrays in C Learn C Programming
Experienced Software Engineer with over a decade of expertise spanning from programming languages to the Linux kernel. Passionate about exploring and sharing knowledge of the Linux ecosystem.
C
Explaining Arrays Creating and using Arrays in C Learn C Programming
C
Linked List Data Structure Implementing Linked List data structure in C
C
Circualr Queue Data Structure Implementing Circular Queue data structure in C
C
Queue Data Structure Implementing Queue data structure in C
C
Stack Data Structure Implementing Stack in C Push and Pop functions
C
What is Data Structure ? Why Data Structure ? Implementating data structures in C.
JIRA
Agile is getting popular so as JIRA and other Atlassian tools. One should know JIRA has its flaws and to be honest there are many. This post is for JIRA Server. JIRA cloud does provide some of the features as inbuild. Basic: 1. JIRA is good but there are things
JIRA
Are you planning to move the redmine issues to JIRA ? Ways to merge Issues from Redmine to JIRA. Using JSON Using CSV Using Plugin Merging is tough if you are moving from Redmine to JIRA. One has to compromise with many things while moving from Redmine to JIRA. Things one
C
Usually, we learn the first program in any language as the “Hello World” program. This is probably the first program people write while starting a coding journey. Let’s deep dive into below C code. /* Writing the first C Program */ #include <stdio.h> int main() { printf("Hello
C
In Linux, we all know the bash shell, it’s an interpreter which accepts the system commands and gives the result as output or error. What if you want to create your own shell and your own commands to run on that shell? Knowing C and Linux system calls make