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) does anybody have requirement document for any project? if u have , could u plz forward it to my mail brahma412@yahoo.co.in
1963Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )
2149Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
2002what are the limitations for bulk loading in informatica for all kind of databases and transformations?
3 15219in a global zone we are created a zone. how can we know whether it is a sparse root model or whole root model.
3 6999I am Making a customer by customer master record by tCode xd01 and after entering all the required fields like sales area and Company code, i am getting an error Account Number Incorrect. Some body Help me out?
3 7292
How can we reattach any detached objects in Hibernate?
How many triggers can be applied to a table?
what is the difference between truncate and delete statement? : Transact sql
What is the difference between php and java?
What source control systems have you worked with?
Difference between plan cost, Actual cost and target cost.
Where is winword exe?
What are the types of presentation?
What is a mysql model?
How do you format a table in word?
How do I enter text into a document in ms word?
Is string nullable c#?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
What is sql table?
What are the different components of ansible? Explain ansible architecture.