C++ program of inline function to print rhombus star pattern

Write a C++ program to print rhombus star pattern of Number of rows using inline function.

C++ program to print rhombus star pattern of Number of rows using inline function.

 

Output

C++ program to print rhombus star pattern of Number of rows using constructor overloading

How to print rhombus or parallelogram star pattern using inline function in C++ programming.
The Logic to print rhombus or parallelogram star pattern series in C++  using inline function.