Difference Between Readolny And Const Keyword In C
Keywords are of the following types: Compile time Keywords (const) Runtime Keywords (Readonly) What is Readonly? Read-only keyword is a designation for any object or construct which can no longer be altered after creation, it can only be read. This can refer to both hardware and software constructs such as read-only memory chips like BIOS and CMOS … Read more