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) Purposes, features and functions of windows 98 and xp. i am struggling with this because i have to compare their strenths and weaknesses, please can i get help?
39711. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
4 7140In My Organization we are using the exchange server 2003 AND A. We are using the webmail and also outlook 2003. Outlook and webmail are asking frequently user name and password. what are the steps need to be taken to resolve this problem. Plz Help me...?
7 12854Hi, Any one have the crack for QTP 10.0,if so could you please send it to phanijuly10@gmail.com
2 6298How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
2435
Can you set margins in powerpoint?
So in scrum which entity is responsible for deliverable? Scrum master or product owner?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
What is pl sql commands?
Is windows 10 illegal without activation?
how will you backup dns server? : Windows server 2003
How do I merge word documents without losing formatting?
Is nosql follow relational db model?
What is data table in excel?
what is the syntax to inherit from a class in c#?
What is the difference between master test plan and test plan?
Will I need juniper kit to run contrail? If I do what kit? L2/l3 switches or a router?
What type of interrupts are used for critical events and why?
State the differences between applicationcontext and beanfactory in spring?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.