Computer Science, asked by adiboss9124, 1 year ago

How to use decltype before declaring a variable in interface file c++?

Answers

Answered by drishtant0047
0
just like c a variable is declared by :-
data type var;
for eg:
float io;
Similar questions