Latest C Aptitude Question SOLUTION: 1. Print a square using ‘*’(star) symbols. Input is the number of stars per side of the square. For example if I give 4 as input then output should be **** * * *