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 9200what 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 679829Is there any difference between dlearations int* x and int *x? If so tell me the difference?
16 30887Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
PCS,
3 12615
What is iterator c++?
What is meant by const_cast?
what are function pointers?
Define the operators that can be used with a pointer.
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What is the difference between global variables and local variable
What is malloc in c++?
What is latest update of C++ ?
Define the process of error-handling in case of constructor failure?
What does and I oop mean in text?
Explain how a pointer to function can be declared in C++?
Explain polymorphism?
what are the ways in which a constructors can be called?
Why pointer is used in c++?
Are c and c++ different?