In this Basic C++ Program, we will have a look at how to write a c++ program to print factorial of a number using loops. Read more
Author Archives: Invent&pro
Palindrome Number program in C++
In this Basic C++ Program, we will have a look at how to write a C++ program to check the palindrome number. Read more
Fibonacci Series In C++ Using Recursion
In this Basic C++ Program, we will have a look at the C++ Program to write Fibonacci Series using recursion. Recursion In C++ When the function is called within the same function, it is known as recursion Read more
C++ Basic Programs
C++ Basic Programs are important for beginners to have a proper hands-on. Let’s have a quick glance at the basic C++ Programs that can also be very beneficial for Interview perspective. Read more
Check whether a number has consecutive 0’s in C++
In this C++ Program, we will check if the given number has consecutive 0’s . Read more
Introduction of C++
C ++ was developed by Bjarne Stroustrup in 1979. At Bell Labs in Murray Hill, New Jersey, as an improvement of the C language and originally named C of Classes, but was later renamed C ++ in 1983. Read more
Swap Two Variables in Python
In this Basic Python Program, let’s have a look at “How to “Swap Two Variables in Python”. Read more
Check if a Number is Odd or Even in Python
In this Basic Python Program, we will have a look at “How to Check if a Number is Odd or Even in Python” Read more
Positive or Negative number in Python
In this In this Basic Python Program, we will have a look at “How to find if a given number is positive, negative or zero” Read more
Check If A Given Number Is Prime Number in Python
In this Basic Python Program, , we will have a look at how to write a code in python to find if a given number is prime or not. Read more