Computer Science, asked by devkardhiraj52, 4 months ago

(1) Name reserved words in C++.​

Answers

Answered by sabajuve
1

Input: s = “geeks quiz practice code”  

Output: s = “code practice quiz geeks”

Input: s = “getting good at coding needs a lot of practice”  

Output: s = “practice of lot a needs coding at good getting”  

 

the word are kept reversed one by one

Answered by princeverma90
0

Answer:

A reserved word is a word that cannot be used as an identifier, such as the name of a variable, function, or label – it is "reserved from use". This is a syntactic definition, and a reserved word may have no meaning. There are a total of 95 reserved words in C++.

Follow me

Similar questions