Check if a Number is Positive or Negative C Program
Let us learn how to check if a number is positive, negative or zero and implement a C program to check if a number is positive or negative using Arrays, For and If Else Loop.
Let us learn how to check if a number is positive, negative or zero and implement a C program to check if a number is positive or negative using Arrays, For and If Else Loop.
Learn how to print Lucas sequence in C programming language. It is important that we should know How A For Loop Works before getting further with the C program code.
Learn how to print Tribonacci series in C programming language. The Tribonacci sequence is very similar to Fibonacci sequence.
Let us learn how to find and print Random Number in C programming language. This C program makes use of the rand() method to print the random numbers. However, the However, the srand() method can also be used to find the random numbers.
Let us learn how to print or generate magic square matrix in C programming language. A magic square is actually a multi – dimensional matrix.
Learn how to Find Magic Number in C Programming. A Magic Integer is also known as Ramanujan’s Number. Find more about magic integers on Wikipedia. You must know how to Reverse the Digits of a Number and how to find the Sum of Digits of a Number to understand this program better.