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 679799Is there any difference between dlearations int* x and int *x? If so tell me the difference?
16 30884Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
PCS,
3 12615
What is pointer to array in c++?
Why do we use oop?
Explain Memory Allocation in C/C++ ?
In what scenario does the Logical file and Physical file being used?
Name the operators that cannot be overloaded in C++?
Explain data encapsulation?
What are the defining traits of an object-oriented language?
How stl is different from the c++ standard library?
How do you clear a buffer in c++?
What is using namespace std in c++?
What is the difference between the indirection operator and the address of oper-ator?
What is the latest c++ version?
We use library functions in the program, in what form they are provided to the program?
How important is c++?
What is pointer in c++ with example?