I use scanf("%[^\n]%*c", s)
statement to get string, but what is the proper indentation to print this string?
I am a beginner and overall confused with string input-output instructions. Some tips on this topic would be helpful...!
I use scanf("%[^\n]%*c", s)
statement to get string, but what is the proper indentation to print this string?
I am a beginner and overall confused with string input-output instructions. Some tips on this topic would be helpful...!