Programming Languages (22694)
Scripts (9280)
Networking (2571)
Microsoft Related (21566)
Databases (16615)
Operating Systems (12022)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26424)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (674)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1790)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) 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 9150What 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 9223How to write integration test cases? And as a black box tester do we write integrated test cases and how?
1 7888hi friends pls send to me any one have or guide me for model papers or previous papers of ISTQB certification exam foundation level
2128
what is a self join? : Sql server database administration
What are the themes in a data warehouse?
How do you compare arrays in java?
Does silverlight have a system.console class? Why?
What are the different types of files in linux?
What are the different components required in cloud architecture?
How do I get my excel spreadsheet back to normal?
What is a substituted hydrocarbon?
How to Test with No Server?
What happens if a pointer is deleted twice?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
The natural file converted to PDF file if Yes then explain ?
Why do we use generics in c#?
What are wer files?
How to Create a PolyPolygon using a point array?