0

What is the limit of Variable in C++ as only 8 characters in C language

As in c programing we cannot take a variable of more than 8 characters, so is there any limitations for the variable in c++

1st Aug 2019, 1:05 PM
Shashwat Lele
1 Odpowiedź
0
In modern C languages, the limitation of the first eight characters of a variable name being unique has been extended
30th Jun 2023, 12:43 PM
Davidoc26