Computer Science, asked by goswamiaastha135, 8 months ago

write the syntax to declare a variable in c++​

Answers

Answered by gurkirpalsimideaf
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