C++
Programming and Technical
Programming
Definition
In how many ways we can initialize an int variable in C++?
Read Solution (Total 1)
Ans:-2
1)compile time /statistically
2)run time /dynamically
2 years ago
Helpfull: Yes(0) No(0)
C++ Other Question
Explain storage qualifiers in C++.
when does a class need a virtual destructor?