+ 1
What's the acronym of c language
Answer needed
5 Respuestas
+ 4
https://en.m.wikipedia.org/wiki/C_(programming_language)
+ 4
The name, C, is not an acronym. It was based on a predecessor language known as B, and C simply is the next letter in the alphabet. That is the only meaning behind the name.
+ 2
Google It
+ 1
Brian great answer.
If you wanted to add 1 to "c" in this language, you could use
c = c + 1;
//Or
c +=1;
//Or
c++;
So that's why it got called c++
Then, if you introduce another ++ underneath the c++ you get c# because that looks like 4 little plusses arranged into an octothorpe (hash symbol).
0
Don't attach irrelevant tags '@', 'legend'.
See this:
https://code.sololearn.com/W3uiji9X28C1/?ref=app