I want to write a c program where I can count no of line, no of blank lines, no of commented lines and no of lines ending with semicolon, please help!!!
It was asked today in interview but could not crack it, any help.
Input: arr = {'a', 'b'}, length = 3
Output: aaa aab aba abb baa bab bba bbb