Browsing tag

Cpp language

C++ program to Find smallest of three numbers using ternary operator

C++ program to Find smallest of three numbers using ternary operator In this program, we will discuss a simple concept of the C++ program to Find smallest of three numbers using ternary operator In this topic, we are going learn how to find the smallest number from given three numbers using ternary operator in C++ programming…

Find Largest of three numbers using ternary operator in C++

Find Largest of three numbers using ternary operator in C++ In this program, we will discuss a simple concept of the find Largest of three numbers using ternary operator in C++ In this topic, we are going learn how to find the Largest number from given three numbers using ternary operator in C++ programming language….

C++ programming function with Examples

C++ programming function with Examples In this tutorial,we will discuss about C++ programming function with Examples. In this article we will discuss what is the “function” and how its work Already we learnt in C function, Cpp function is similar to C function. In C++  language function is a useful segment of statements that together…

C++ program for check whether given year is leap using function

C++ program for check whether given year is leap using function In this article, we will discuss the concept of C++ program for check whether given year is leap using function In this post, we are going to learn how to write a program to check  the given year is leap or not using function …

C++ code to display Parallelogram star pattern using Do-while loop

C++ code to display Parallelogram star pattern using Do-while loop In this article, we will discuss the concept of C++ code to display Parallelogram star pattern using Do-while loop In this post, we are going to learn how to write a program to print  parallelogram and Hollow parallelogram pattern using do-while loop in C++ language.  …

Program to print parallelogram pattern in c++ language using while

Program to print parallelogram pattern in c++ language In this article, we will discuss the concept of Program to print parallelogram pattern in c++ language using while loop In this post, we are going to learn how to write a program to print  parallelogram and Hollow parallelogram pattern using while loop in C++ language.   Display…

C++ program to print Parallelogram star pattern using for loop

C++ program to print Parallelogram  star pattern using for loop In this article, we will discuss the concept of C++ program to print Parallelogram and hollow Parallelogram star pattern using for loop In this post, we are going to learn how to write a program to print  parallelogram and Hollow parallelogram pattern using for loop…

C++ code to Generate Rhombus patterns using do-while loop

C++ code to Generate Rhombus patterns using do-while loop In this article, we will discuss the concept of C++ code to Generate Rhombus patterns using do-while loop In this post, we are going to learn how to use a do-while loop to write a program for print  rhombus and hollow rhombus patterns using given symbol in …

Program to display Rhombus star patterns in C++ using while

Program to display Rhombus star patterns in C++ language In this article, we will discuss the concept of Program to display Rhombus star patterns  using while loop in  C++ language. In this post, we are going to learn how to use a while loop for write a program to print  rhombus and hollow rhombus pattern…