Logic Building in C Examples
This course includes programming examples with solutions, Algorithms and video tutorials to learn problem solving. Problem solving techniques helps you in cracking competitive programming contests.
Working with Factors
- Program to print the Factors of a Number N
- Program to check whether given Integer is Prime or Not
- Program to print the Prime numbers between two intervals
- Program to print the Prime Factors of N
- Program to check whether given Integer is perfect number or not
- Program to print the perfect numbers between two intervals
- Program to check whether given Integer is Perfect Square or not
- Program to Print the Perfect squares between two intervals
- Program to check whether given Integer is whether integer is power of 2 or not
- Program to find GCD of given numbers
- Program to find LCM of given numbers
Working with Digits
- C Program to check whether the given digit is occurred in a Number
- C Program to count the occurence of digit
- C Program to find the first digit of a number
- C Program to Count the digits in the given number.
- C Program to calculate sum of digits.
- C Program to calculate product of digits.
- C Program to reverse the digits of an number
- C Program to check whether given Integer is Palindrome or Not
- C Program to check whether given Integer is Armstrong or Not
Interesting Pattern Programming
- C Program to draw Right Staircase Pattern
- C Program to draw Left Staircase Pattern
- C Program to draw Pyramid Pattern
- C Program to draw Inverse Pyramid Pattern
- C Program to draw Inverse Right Staircase Pattern
- C Program to draw Inverse Left Staircase Pattern
- C Program to draw Pyramid Pattern like below
- C Program to draw Interesting Pattern I
- C Program to draw Diamond Pattern
- C Program to draw Interesting Pattern II
- C Program to draw Interesting Pattern III
- C Program to draw Interesting Pattern IV
- C Program to draw Interesting Pattern V
Number Pattern Programming
- C Program to draw Number pattern I
- C Program to draw Number pattern II
- C Program to draw Number pattern III
- C Program to draw Number pattern IV
- C Program to draw Number pattern V
- C Program to draw Number pattern VI
- C Program to draw Number pattern VII
- C Program to draw Number pattern VIII
- C Program to draw Number pattern IX
- C Program to draw Pascal triangle like below
- C Program to draw trapezium like below
Learning the basic syntax of any programming language is an easy one.But, it is not sufficient to become a programmer or coder, ability to build logic for the problem is more important. This Platform includes complete coded examples with explanation, which is more enough to learn programming in C. Learn the basic syntax of C from w3schools and javatpoint and logical skills through decode school examples. Today you need not to install C Compiler in your machine, instead Practice C Code with Online Compilers.