Tag Archives: Variables and Keywords

Constants, Variables and Keywords

A constant is an entity that doesnt change. Example Integer Constants – 28,102, 857 etc Real Constant – 25.024 and etc ( numbers with decimal points). Character constant – ‘a’, ‘A’,’z’, ‘=’, ‘9 An Variable is an entity that does … Continue reading

Posted in C | Tagged , | Leave a comment