Ok so I want to preface this by saying I know very little about C. I'm studying it independently at my high school and so I've come to you folks for help. I'm taking C1 and I don't know if that's # or ++ or just C or even what the differences are between those. Anyways my question is how do I make sure that a user enters an integer instead of a float, or make sure that the person did not enter a & symbol into the float input.
I code in notepad and save them as .c files and then gcc them in a command prompt if that will give you any idea about what I'm working with.