I was wondering how I could format the print statement in a C printf to have 4 spaces before the letter. Where the space position is predetermined by a variables
int spaces = 4;
printf("Four spaces before the sentence gets printed")
output would like
" Four spaces before the sentence gets printed"
%sformat specifier can take width asintvalue:prints