Fibonacci Pattern (Pattern 4) how to manage spaces

the ans I obtained is not matching sample output. The spaces between is different. For high number of rows it causes morer problem.

@mangla.chirag
As it is mentioned that you should give a tab space between the integers , you should give the tab space using \t.
cout<<c<<"\t";
This will put a single tab space after printing the integer c.