Problem. My assignment is to write a recursive function that determines the value of a unit of Pascal's triangle given the row and column, then use that to display the triangle with n number of rows. Problem. The C program is successfully compiled and run(on Codeblocks) on a Windows system. Here's an example for a triangle with 9 lines, where the rows and columns have been numbered (zero-based) for ease of understanding: ; 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