; Inside the outer loop run another loop to print terms of a row. Pascal Triangle in C++ using Recursive Function Asad This code is the simple demonstration of Pascal triangle in which you can tell the row and column count and it will return you the value at that specific row column count.it is the very interesting number pattern found in mathematics. Pascal’s triangle is an array of binomial coefficients. You are not, in fact, using recursion at all in your answer. ; To iterate through rows, run a loop from 0 to num, increment 1 in each iteration.The loop structure should look like for(n=0; n