Starting With C++

Educational -Learn Programming Steps-By-Steps

Menu

  • Home
Sunday, 13 May 2018

To check whether a number is prime or not?

›
C++ program to find a number is prime or not? Algorithm: Input = number set counter=0; set i=0 to i<=number if(number%i==0) ...
Sunday, 11 February 2018

Types of user-defined functions in C++

›
In this post, you will learn more about user-defined functions and how can you use user-defined functions in different ways? Basically, fu...
Wednesday, 31 January 2018

C++ functions

›
In this article, you will learn about the functions in C++.why and how we use functions. What is a function in C++? A function is a blo...
1 comments
Wednesday, 22 November 2017

Sum of digits of a number

›
C++ program to find the sum of digits of a number. Algorithm:- Input=number number1=0, sum=0; while loop > 0 (a) number1 equal t...
Saturday, 18 November 2017

C++ program to check whether a number is palindrome or not?

›
what is a palindromic number? A palindromic number is a number which remains same when its digits are reversed. Example 121,16461 etc. ...
Thursday, 16 November 2017

How to reverse a number in C++?

›
Write a C++ program to reverse digits of a number  Reverse number:- Input=7890 Output=0987 Algorithm:- Input=number reverse_number=0;...
Sunday, 22 October 2017

Jump Statement:Break,Go To and Continue statement

›
JUMP STATEMENTS Jump statements are used to interrupt the normal flow of the program or you can say that the jump statements are used ...
1 comments
Friday, 20 October 2017

Do While Loop

›
DO... WHILE LOOP        Do... while is another type of looping.It is quite different from the for loop   but similar to the  while lo...
Saturday, 14 October 2017

While Loop

›
WHILE LOOP while studying for loop we have seen that all the three parts of the loop are present in a line but in while loop,  there i...
Tuesday, 10 October 2017

How to Install Codeblocks IDE on windows 7 ,8 and 10?

›
How to install and use codeblocks IDE on windows 7,8 and 10? hello Folks, In this post, I will share the steps to download and install co...
Friday, 29 September 2017

Types Of For Loop

›
In the previous post , we understand how for loop works and three parts of for loop.In this post, I will discuss the types of for loop or i...
›
Home
View web version
Powered by Blogger.

Hi,I'm Nishant Sharma a Student,Technology Enthusiast and Blogger.I love to share my knowledge .

NISHANT SHARMA
View my complete profile
Copyright © Starting With C++ | Powered by Blogger
Design by Theme Weaver | Blogger Theme by Lasantha - PremiumBloggerTemplates.com