Tag Archives: pattern programs

10 Challenging char pattern programs

Output of a char pattern program Here are 10 pattern type problems statements with solutions. All the programs are written in C language.  This post is a part of the pattern programs series. W......

10 Challenging number pattern programs in C

This is a continuation to the series of challenging pattern C programs in Interview Mantra. This set of 10 puzzling programs are of type number patterns. Also read Print Pattern Programs Write ......

10 Challenging star pattern programs in C

Computer languages are not as easy as human languages, they need you to become a computer yourself, think like a computer and write an algorithm. Computer programs are fun if you take them up as......

C Interview Programs to print number patterns

This post has few of basic number pattern programs in C. Question.56(multiplication table) tests the ability to convert an elementary algorithm into a program. Question.57, Question.58 are prog......