Friday, January 30, 2026

Index Page: February 2026 published articles list

 

The Lost Tape: How a Closet Discovery Unlocked the History of Modern Computing

Beyond the Syntax: Why True C Proficiency Begins with Bits


The $20,000 Compiler: 5 Surprising Truths from Anthropic’s Massive AI Experiment


The Blueprint of Software: A Student’s Guide to Programming Standards and the GCC vs. CCC Evolution

 

Jule: A New Frontier in Memory-Safe Systems Programming

  

The Alphabet of Code: Why We Use 'C' and Whatever Happened to 'D'?


Technical Comparison Report: C and C++ in Systems Architecture and High-Performance Computing


Mastering the Code: A Brain-Based Guide to Learning Programming


The Ultimate ‘Chicken or the Egg’ Paradox: How C Was Actually Written in C


Write a program for finding the max and min from the three numbers || C Lab Program

Write the program for the simple, compound interest || C Lab Program

Write a program that prints a multiplication table for a given number and the number of rows in the table || C Lab Program

Write a program that shows the binary equivalent of a given positive number between 0 to 255 || C Lab Program

Write a program to prints the result (user input: two integer operands and one operator) || C Lab Program

Write a program that finds if a given number is a prime number.|| C Lab Program

Write a C program to find the sum of individual digits of a positive integer and test given number is palindrome.|| C Lab Program

Write a C program to generate the first n terms of the Fibonacci sequence..|| C Lab Program


Write a program to find the minimum, maximum and average in an array of integers || C Lab Program

Write a program that uses functions to perform Addition of two matrices. || C Lab Program

Write a program that uses functions to perform Multiplication of two matrices || C Lab Program

Write a program for reading elements using a pointer into an array and display the values using the array || C Lab Program

Write a program for display values reverse order from an array using a pointer || C Lab Program


Write a program which copies one file to another, replacing all lowercase characters with their uppercase equivalents || C Lab Program

Write a program to merge two files into a third file || C Lab Program


Write a program that uses functions to insert a sub-string into a given main string from a given position || C Lab Program

Write a program that uses functions to delete n Characters from a given position in a given string || C Lab Program

Write a program to determine if the given string is a palindrome or not (Spelled same in both directions with or without a meaning like madam, civic, noon, abcba, etc.) || C Lab Program

Write a C program that displays the position of a character ch in the string S or – 1 if S doesn’t contain ch. || Strings

Write a program to count the lines, words and characters in a given text. || C Lab Program


Write a program that uses non-recursive function to search for a Key value in a given list of integers using linear search method. || C Lab Program

Write a program that uses non-recursive function to search for a Key value in a given sorted list of integers using binary search method. || C Lab Program

Write a program that implements the Bubble sort method to sort a given list of integers in ascending order. || C Lab Program

Write a program that sorts the given array of integers using selection sort in descending order. || C Lab Program

Write a program that sorts the given array of integers using insertion sort in ascending order || C Lab Program

Write a program that sorts a given array of names.|| C Lab Program


Simple Calculator || 14 Beginner Level C++ Projects

To-Do List Manager || 14 Beginner Level C++ Projects

Quiz Game || 14 Beginner Level C++ Projects


Student Management System || 16 Intermediate Level C++ Projects

Credit Card Validator || 16 Intermediate Level C++ Projects

ATM Simulator || 16 Intermediate Level C++ Projects


For January 2026 published articles list: click here

For January 2026 published articles list: click here

For eBook ‘The C Interview Aspirant's eBook’ Click Link Google Play Store || Google Books

...till the next post, bye-bye & take care.

No comments:

Post a Comment