├── Add Integers.c ├── Area and circumference of circle.c ├── Area of Rectangle.c ├── Armstrong no.c ├── Attack info game.c ├── Basic Variable 4.c ├── Calculate Power of Number.c ├── Calculate power of a number.cpp ├── Check Even Number.c ├── Check Leap Year.c ├── Check Leap Year.cpp ├── Compound Interest.c ├── Compute Nth Triangular no.c ├── Copy String Without Using STrcopy().c ├── Display Fibonacci Sequence.c ├── Fibonacci sequence.c ├── Find Factorial.cpp ├── GCD of Two Numbers.c ├── Generate Multiplication Table.c ├── Increment and Decrement Operators.c ├── LCM of Two Numbers.c ├── Magic square of odd no.c ├── Matrix multiply.c ├── Odd and Even.cpp ├── Palindrome checking.c ├── Power of a no. calc.c ├── Push Operation.c ├── Question 1.c ├── Question 2.c ├── Question 3.c ├── Question 4.c ├── README.md ├── RGB to Hex color code.c ├── Reverse String.c ├── Simple Interest.c ├── Structure.c ├── Sum of elements of array.c ├── Swap Number(Temporary Variable).cpp ├── Swap without temporary variable.c ├── Swap.cpp ├── Trigonometry.c ├── add no using pointer.c ├── area of circle part 8.c ├── behaviour operator 15.c ├── composite or prime.c ├── factorial using Recursion.c ├── half of no part 13.c ├── if condition part 16.c ├── if conditional 2 part 17.c ├── if conditional 3 part 18.c ├── if conditional 4 part 19.c ├── modulas opeator part 12.c ├── operator part 4.c ├── operator part 5.c ├── operators part 6.c ├── operators part 7.c ├── pattern 1.c ├── pattern 10.c ├── pattern 2.c ├── pattern 3.c ├── pattern 4.c ├── pattern 5.c ├── pattern 6.c ├── pattern 7.c ├── pattern 8.c ├── pattern 9.c ├── pattern type.c ├── pop operation.c ├── precedence part 14.c ├── prime or composite.c ├── reverse digits.c ├── square root.c ├── structures.c ├── sum of digits.c ├── sum of two numbers part 11.c ├── user input part 10.c ├── variable part 2.c └── variable part 3.c /Add Integers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Add Integers.c -------------------------------------------------------------------------------- /Area and circumference of circle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Area and circumference of circle.c -------------------------------------------------------------------------------- /Area of Rectangle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Area of Rectangle.c -------------------------------------------------------------------------------- /Armstrong no.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Armstrong no.c -------------------------------------------------------------------------------- /Attack info game.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Attack info game.c -------------------------------------------------------------------------------- /Basic Variable 4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Basic Variable 4.c -------------------------------------------------------------------------------- /Calculate Power of Number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Calculate Power of Number.c -------------------------------------------------------------------------------- /Calculate power of a number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Calculate power of a number.cpp -------------------------------------------------------------------------------- /Check Even Number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Check Even Number.c -------------------------------------------------------------------------------- /Check Leap Year.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Check Leap Year.c -------------------------------------------------------------------------------- /Check Leap Year.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Check Leap Year.cpp -------------------------------------------------------------------------------- /Compound Interest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Compound Interest.c -------------------------------------------------------------------------------- /Compute Nth Triangular no.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Compute Nth Triangular no.c -------------------------------------------------------------------------------- /Copy String Without Using STrcopy().c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Copy String Without Using STrcopy().c -------------------------------------------------------------------------------- /Display Fibonacci Sequence.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Display Fibonacci Sequence.c -------------------------------------------------------------------------------- /Fibonacci sequence.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Fibonacci sequence.c -------------------------------------------------------------------------------- /Find Factorial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Find Factorial.cpp -------------------------------------------------------------------------------- /GCD of Two Numbers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/GCD of Two Numbers.c -------------------------------------------------------------------------------- /Generate Multiplication Table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Generate Multiplication Table.c -------------------------------------------------------------------------------- /Increment and Decrement Operators.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Increment and Decrement Operators.c -------------------------------------------------------------------------------- /LCM of Two Numbers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/LCM of Two Numbers.c -------------------------------------------------------------------------------- /Magic square of odd no.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Magic square of odd no.c -------------------------------------------------------------------------------- /Matrix multiply.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Matrix multiply.c -------------------------------------------------------------------------------- /Odd and Even.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Odd and Even.cpp -------------------------------------------------------------------------------- /Palindrome checking.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Palindrome checking.c -------------------------------------------------------------------------------- /Power of a no. calc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Power of a no. calc.c -------------------------------------------------------------------------------- /Push Operation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Push Operation.c -------------------------------------------------------------------------------- /Question 1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Question 1.c -------------------------------------------------------------------------------- /Question 2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Question 2.c -------------------------------------------------------------------------------- /Question 3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Question 3.c -------------------------------------------------------------------------------- /Question 4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Question 4.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/README.md -------------------------------------------------------------------------------- /RGB to Hex color code.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/RGB to Hex color code.c -------------------------------------------------------------------------------- /Reverse String.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Reverse String.c -------------------------------------------------------------------------------- /Simple Interest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Simple Interest.c -------------------------------------------------------------------------------- /Structure.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Structure.c -------------------------------------------------------------------------------- /Sum of elements of array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Sum of elements of array.c -------------------------------------------------------------------------------- /Swap Number(Temporary Variable).cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Swap Number(Temporary Variable).cpp -------------------------------------------------------------------------------- /Swap without temporary variable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Swap without temporary variable.c -------------------------------------------------------------------------------- /Swap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Swap.cpp -------------------------------------------------------------------------------- /Trigonometry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/Trigonometry.c -------------------------------------------------------------------------------- /add no using pointer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/add no using pointer.c -------------------------------------------------------------------------------- /area of circle part 8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/area of circle part 8.c -------------------------------------------------------------------------------- /behaviour operator 15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/behaviour operator 15.c -------------------------------------------------------------------------------- /composite or prime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/composite or prime.c -------------------------------------------------------------------------------- /factorial using Recursion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/factorial using Recursion.c -------------------------------------------------------------------------------- /half of no part 13.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/half of no part 13.c -------------------------------------------------------------------------------- /if condition part 16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/if condition part 16.c -------------------------------------------------------------------------------- /if conditional 2 part 17.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/if conditional 2 part 17.c -------------------------------------------------------------------------------- /if conditional 3 part 18.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/if conditional 3 part 18.c -------------------------------------------------------------------------------- /if conditional 4 part 19.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/if conditional 4 part 19.c -------------------------------------------------------------------------------- /modulas opeator part 12.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/modulas opeator part 12.c -------------------------------------------------------------------------------- /operator part 4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/operator part 4.c -------------------------------------------------------------------------------- /operator part 5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/operator part 5.c -------------------------------------------------------------------------------- /operators part 6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/operators part 6.c -------------------------------------------------------------------------------- /operators part 7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/operators part 7.c -------------------------------------------------------------------------------- /pattern 1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern 1.c -------------------------------------------------------------------------------- /pattern 10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern 10.c -------------------------------------------------------------------------------- /pattern 2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern 2.c -------------------------------------------------------------------------------- /pattern 3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern 3.c -------------------------------------------------------------------------------- /pattern 4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern 4.c -------------------------------------------------------------------------------- /pattern 5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern 5.c -------------------------------------------------------------------------------- /pattern 6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern 6.c -------------------------------------------------------------------------------- /pattern 7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern 7.c -------------------------------------------------------------------------------- /pattern 8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern 8.c -------------------------------------------------------------------------------- /pattern 9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern 9.c -------------------------------------------------------------------------------- /pattern type.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pattern type.c -------------------------------------------------------------------------------- /pop operation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/pop operation.c -------------------------------------------------------------------------------- /precedence part 14.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/precedence part 14.c -------------------------------------------------------------------------------- /prime or composite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/prime or composite.c -------------------------------------------------------------------------------- /reverse digits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/reverse digits.c -------------------------------------------------------------------------------- /square root.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/square root.c -------------------------------------------------------------------------------- /structures.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/structures.c -------------------------------------------------------------------------------- /sum of digits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/sum of digits.c -------------------------------------------------------------------------------- /sum of two numbers part 11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/sum of two numbers part 11.c -------------------------------------------------------------------------------- /user input part 10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/user input part 10.c -------------------------------------------------------------------------------- /variable part 2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/variable part 2.c -------------------------------------------------------------------------------- /variable part 3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/Master-in-C-Language/HEAD/variable part 3.c --------------------------------------------------------------------------------