1.

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

Answer»

Just like C a VARIABLE is declared by :-
data TYPE var;
for eg:
float IO;



Discussion

No Comment Found