[Solved] how to this error in C : incompatible type for argument 1 of ‘printf’
[ad_1] I have not used C in a few months, but I should be able to help you out regardless. Unlike languages like Python, in C, it is important to specify what data format you are trying to print. Adding the term “%f” to your print statement will tell your compiler that you intend to … Read more