Tag Archives: Numbers

Random Number C Program

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.

Find Magic Number C Program

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.