Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 9163What 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 9232Post New Lehman Brothers C++ General Interview Questions
What do you mean by summary index?
How to create a server parameter file?
What are the types of unix operating system?
What is NPSH of Pump
Explain how do I control the format of the addresses before the @ sign in a recipient policy?
Which property value of the helpnavigator property will display the index for a specified topic?
What do you mean by Blood Tracing?
List the difference between a While & Do While loops?
What is difference between order by and group by?
What is Distributed Training in TensorFlow ?
How do you reference the fixed block file formats from cobol programs
Differentiate between the get and post method
What is traceur compiler ?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Where is the start button on windows 10?