Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

difference between keyword and reserved word.

0 votes
asked Feb 7, 2018 by officer
explanation

1 Answer

0 votes
answered Feb 8, 2018 by Michaelsimon
edited Feb 11, 2018 by Admin
Keyword have special meaning in a language and they are used as syntax.Keyword is an important term associated with language.Reserved words  are words that cannot be used as identifiers,as they are limited by language.Keyword have some special functionalities to the compiler.Reserved words are saved for future use.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...