+ 1
How many keywords in java and c++
6 Respostas
+ 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]
+ 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 ;)
+ 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
+ 1
Actually how many keywords