CODING JOY

The stunning potpourri of coding and mundane life

blog1
Plus Sign in C Language


blog1
Catalan Numbers in C Language


blog1
Animated Plus Sign in C Language


blog1
Mersenne Prime in C Language


blog1
Lazy Caterer's Sequence in C Language


blog1
Animated Split Pyramid Pattern in C Language


blog1
Perrin Sequence in C Language

The Perrin Sequence, also known as the Skiponacci Sequence, is an integer sequence whose n'th term ............


blog1
Split Pyramid Pattern in C Language


blog1
Animated Hourglass Pattern

This pattern can be generated using nested loops and the animated effect is provided by ............


blog1
Emirp Number in C Language

When a prime number's reverse also results in a prime number then ............


blog1
Displaying an Animated Cross Pattern using Threads

The cross pattern can be generated by using certain nested loops and the animation is achieved through ............


blog1
Generating Prime Padovan Sequence in C

The task at hand is to generate prime padovan sequence till a number; to display only ............


blog1
Spy Number in C

A number whose sum of digits is equal to the product of digits is said ............


blog1
Generating Padovan Sequence

The Padovan Sequence is a special type of sequence in which the n’th term is determined by the recurrence relation; P(n)=P(n-2)+P(n-3)........


blog1
Xylem and Phloem Number

A Xylem Number is the number whose sum of extreme digits is equal to the sum of mean digits. A Phloem Number is .......................