Write a C++ program.
Do not include any library other than <iostream>,<iomanip>, <fstream> and or <cmath>
Q4. Recursion On the first row, we write a “O”. Now in every subsequent row, we look at the previous row and replace each occurrence of “0” with “01”, and each occurrence of”1″ with “10”. Given row N and index K, return the k-th indexed symbol in row N. The value of k starts from1 For example, when
OR
OR