STL (140)
OOPS (873)
C++ General (2409) How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
5 14738Explain the ISA and HASA class relationships. How would you implement each in a class design?
3 13418What are the OOPS concepts?
A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,
106 323062
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is #include ctype h in c++?
What is the best c++ book?
What is the difference between a declaration and a definition?
What are guid? Why does com need guids?
Write a function to find the nth item from the end of a linked list in a single pass.
What are the unique features of C++.
How a macro differs from a template?
State two differences between C and C++.
What is meant by exit controlled loop?
Explain unexpected() function?
What will happen if a pointer is deleted twice?
What is the limitation of cin while taking input for character array?
What is the cout in c++?
What is scope in c++ with example?