BlogHide Reblurtstheindiantrader in c-programming • 8 hours ago • 3 min readVarious methods of writing a C programWelcome back , Today we will learn to write the very basic hello world program in three different ways. It is just to understand that there are always more than one approach to reach a particular…theindiantrader in c-programming • 2 days ago • 2 min readC program to print a pyramid :- importance of using loopsWelcome back, today we will learn about creating patterns. So you can print patterns using any programming language. Today we will print a pyramid using C programming language. So let us look at…theindiantrader in c-program • 3 days ago • 2 min readLet us learn the concept of recursion in C Programming languageWelcome back , Today we will learn about Recursion in C programming language and also write a program to understand how it really works. Recursion is a programming technique where a function…theindiantrader in c-library • 4 days ago • 3 min readA C program to print Armstrong numbers between two Numbers.Welcome back , In this blog we will learn to print Armstrong Number between any two numbers input by the use. Those who do not know about Armstrong Number, here are few word about the same.…theindiantrader in c-programming • 5 days ago • 3 min readYou can write a same program using various different approachesWelcome back , Today we will learn to write a same program using three different approaches. We will be going to find the power of a number using C programming language. Now there can be many…theindiantrader in c-programming • 6 days ago • 2 min readWhat is an Armstrong Number ? Let us find it using C Programming languageWelcome back , I am here with a new lesson related to C++, today we will learn about : What is Armstrong number ? How to find whether a number is armstrong or not using C programming…reblurtedblurttribe in blurttribe • 6 days ago • 2 min readGuess the Word and Win Blurt #186 | 40 Blurt RewardWinners In Game #185 The Selected 5 Words✅ Viewer Brewed Chewed Shewed Prewar And the winners are ParticipantsWordPrize ...theindiantrader in c-programming • 7 days ago • 2 min readWhat is a Palindrome Number - C Program to find if a number is PalindromeWelcome back , In this blog we will learn about Palindrome number and also write a program to find whether a number is palindrome or not. So what is a palindrome number ? A palindrome number…theindiantrader in c-library • 8 days ago • 3 min readThe C program can help you find the day on any random dateWelcome back , I am back with another blog on C programming. This was the program that i was given to do today. Our task is to : Take a input date ( dd mm yy ) by the user. To find the…theindiantrader in c-programming • 9 days ago • 2 min readC program to find whether a year is a leap year and also when will the next leap year come.Welcome back to my blog, Today we will going to perform two different task using c programming language. To take a year as a input and find if it is a leap year. To tell which is the next…theindiantrader in c-library • 10 days ago • 3 min readCan we find the roots of Quadratic equation using c programming language ?Welcome back to my blog, Do you know that you can do almost anything using programming. There are programmed devices that clean floor, wash dish,talks to you, etc. In school we learnt about…theindiantrader in c-programming • 11 days ago • 2 min readCan you identify a character as Vowel or Consonant using c programming language ?Welcome back to my blog, Today i will share a simple program with everyone but i would like to request to the people who are here on my blog to not see my program and tell if they will be able to…theindiantrader in c-programming • 12 days ago • 2 min readLet us learn to search an element from a 2-D Array using C Programming LanguageWelcome back, Today we are going to perform a search operation in a 2-D Array or matrix, we have already done this for a 1D Array so make sure to revisit that blog in case you want a revise the…theindiantrader in c-programming • 13 days ago • 3 min readC Programming - Learn to Transpose a MatrixWelcome back people, I am here with a new lesson for everyone. We are currently performing matrix functions/operations using C programing language. Today we will learn how to perform transpose of…theindiantrader in c-programming • 14 days ago • 3 min readC Progrmming : Matrix Addition and SubstractionWelcome back people, I am here with a new lesson for everyone. We are currently performing matrix functions/operations using C programing language. We will see matrix addition and substraction…theindiantrader in c-programming • 15 days ago • 3 min readLearn to do matrix multiplication with C programming LanguageWelcome back to my blog, Today we will learn about matrix multiplication using c programming language. If anyone was having mathematics as subject in higher education then they must know how time…reblurtedblurt.one in techclub • 15 days ago • 2 min readPowering down for Renewal of Blurt.one Domain Fees | UpdateHi Everyone, as you all know @blurt.one account was created to support unofficial development as well blurt. So we have run the witness as well frontends/wallet. We bought the domain that was…theindiantrader in c-programming • 16 days ago • 3 min readC Programming : Learn the Concept of MatrixWelcome back to my blog, We have learnt alot about Arrays and as we have learnt enough today we will move on to a next level that is now we will see how to initialize or create a 2D Array or a…theindiantrader in c-programming • 17 days ago • 2 min readC Programming : Multiplication of ArraysWelcome back to my blog, We have been talking about Arrays in regards to C programing language for past few days. We will move on with our learning and today we will learn to multiply two arrays to…theindiantrader in c-programming • 18 days ago • 2 min readC Program : Learn to add the elements of two different ArraysWelcome back to my blog, We will learn to add elements of two different arrays to obtain a resulted Array that has the elements such that if : E1 of A1 was 1 and E1 of A2 was 2 the Resulted Array…