197k views
3 votes
What type of variable is “a” in : a=x/4 (in C++ programming language?)

User Marco Blos
by
8.0k points

1 Answer

3 votes

Answer:

In C++ programming language, "a" would be a variable of type integer or floating-point number depending on the type of "x".

User Sharno
by
8.0k points

No related questions found