write the syntax to declare a variable in c++
Answers
Answered by
2
Answer:
The syntax to declare a new variable in C++ is straightforward: we simply write the type followed by the variable name
Similar questions