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 9223what 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 681475Is there any difference between dlearations int* x and int *x? If so tell me the difference?
16 30983Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
PCS,
3 12629
What is a volatile variable in c++?
How do you declare A pointer to a function which receives nothing and returns nothing
How do you save a c++ program?
What is the extension of c++?
Is facebook written in c++?
What is size_type?
When should overload new operator on a global basis or a class basis?
How are Structure passing and returning implemented by the compiler?
What is switch case in c++ syntax?
What is an html tag?
Why use of template is better than a base class?
What is endl c++?
What operators can you overload in c++?
Which method cannot be overridden?
What does ios :: app do in c++?