STL (140)
OOPS (873)
C++ General (2409) What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
4 9371what is the main difference between c and c++?
AZTEC, B.Tech, CMC, College School Exams Tests, HCL, IBM, ITM, Khalsa Institute, Microsoft, Oracle, Sanjeevni Institute, TCS, Tech Mahindra, Wipro, ZeOmega,
386 691411Is there any difference between dlearations int* x and int *x? If so tell me the difference?
16 31640Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
PCS,
3 12769
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is c++ redistributable?
What do you mean by ‘void’ return type?
What are c++ data types?
What is cout flush?
What is polymorphism and its types?
What is public, protected, private in c++?
What is difference between array and vector in c++?
write knight tour problem which is present in datastructure
Explain about Searching and sorting algorithms with complexities
What is the use of 'this' pointer?
What are the general quetions are in DEna bank manager IT/System interviews?
What is the difference between *p++ and (*p)++ ?
How would you obtain segment and offset addresses from a far address of a memory location?
What is a vector c++?