Computer Science, asked by tanayamukherjeeg, 10 months ago

How to assign a variable in c++

Answers

Answered by Anonymous
1

Answer:

c++ or in c++ turbo my dear

Answered by briggs
1

Answer:

type variable = value; Where type is one of C++ types (such as int ), and variable is the name of the variable (such as x or myName). The equal sign is used to assign values to the variable

Similar questions