Which is better c++ or java?
Implement a 2 dimensional array by one dimentional array
Why do C++ compilers need name mangling?
what is data Abstraction? and give example
147 Answers Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,
write a C++ programming :if the no is between 32 to 50 it will be odd.
What is iterator c++?
What is the size of integer variable?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is enum class in c++?
Write a program to show polymorphism in C++?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
Explain the difference between c++ and java.
Tell me what are static member functions?