I want to print this:
printf("please Choose: 1-For Checking what is the most popular number in the array\n 2-To sort your array from the smallest number to the biggest\n 3-To sort your array that even will be to your left and odd to the right\n *Any other number will exit the program\n");
there is a way to define number of spaces after '\n' instead of typing lot of spaces?