Computer Science, asked by vikasgupta66, 1 year ago

What is the difference between reserved word and identifier in c programming language??​

Answers

Answered by Anonymous
0

"A reserved word is a keyword in a programming language that serves to mark the structure of a state-ment. For example, the keywords if and else are reserved words. ... Among the 63 keywords in C++, if, else, and while are some of the reserved words, and char, int, and float are some of the standard identifiers."


vikasgupta66: you are wrong
Answered by mehvish61
0

A reserved word is a keyword in a programming language that serves to mark the structure of a state-ment. For example, the keywords if and else are reserved words.

A standard identifier is a key-word that defines a type. Among the 63 keywords in C++, if, else, and while are some of the reserved words, and char, int, and float are some of the standard identifiers."

Similar questions