How many keywords in java and c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How many keywords in java and c++

17th Oct 2017, 4:45 AM
Aamir Shaikh
Aamir Shaikh - avatar
5 Answers
+ 16
The following is C++98 keyword list (60 of them) [http://www.eng.famu.fsu.edu/~haik/met.dir/hcpp.dir/notes.dir/cppnotes/node29.html] Plus, This full list including both C++98 and C++11 and ambiguous keywords altogether. [https://en.wikibooks.org/wiki/C%2B%2B_Programming/Programming_Languages/C%2B%2B/Code/Keywords] Plus, Microsoft specific keyword list which has a lot in common with former one. [https://msdn.microsoft.com/en-us/library/2e6a4at9.aspx]
17th Oct 2017, 6:00 AM
Babak
Babak - avatar
+ 7
You should't mind about counting them, just learn and eventually you'll know all of them. Don't worry there are not that many of them ;)
17th Oct 2017, 4:51 AM
Dapper Mink
Dapper Mink - avatar
+ 6
if else this switch case break continue int string float double bool const long short include I probably forgot a few but it's kinda all
17th Oct 2017, 4:54 AM
Dapper Mink
Dapper Mink - avatar
+ 1
Actually how many keywords
17th Oct 2017, 4:52 AM
Aamir Shaikh
Aamir Shaikh - avatar