Constants Variables and Keywords in C programming

Alphabets, Numbers and Special symbols like underscore are combined to form constants variables and keywords in C programming. Constants Variables and Keywords in C programming Constants A constant as the name indicates is an entity that doesn’t change. We can classify the constants in to integer constants, real constants and character constants. An integer constant …

Continue reading ‘Constants Variables and Keywords in C programming’ »