C&C++ / Beginners
- How to print a massage in C.
- How to add two integer in C
- How to do Add, subtract, multiplication, divided, remainder in C.
- Print Floating value in various way in C
- How To Calculate Area of A Circle in C
- CGPA counter in C
- How to find GCD of two Number in C.
- How to find LCM of two Number in C
- Sum of 0 to Nth Number in C.
- How Find 0 to N Square Sum in C.
- How to Find the Square of a Number in C.
- How to Find the Factorial in C.
- Finding Prime Number of a Range in C.
- Temperature Calculate in C
- Finding Strong Number in C
- Finding Armstrong Number in C.
- Finding Perfect Number in C
- Simple date Format print in C
- Finding Duration of an event in C.
- Find Which Key User Press in The Key Board in C
- Check whether it is a valid triangle or not in C.
- Find total number of notes in a given amount in C.
- Take input a date from the user and show the next date to the output in C.
- Finding nPr in C.
- Finding nCr in C.
- Find The total digit in input and product of those digit in C
- Convert Decimal Number To any Base in C.
- Finding an Array Element with Binary Search.
- How to Find how many times one elements have in a array(without using loop).
- How to Swap Two Value Without using 3rd Variable in C.
- Find Array Element with Binary Search with Function.
- Convert Decimal to Binary in C.
- Solve Math Equation in C.
- Solve Basic Equation Problem in C++.