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 )
2148Binary 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.
2000what are the limitations for bulk loading in informatica for all kind of databases and transformations?
3 15214in a global zone we are created a zone. how can we know whether it is a sparse root model or whole root model.
3 6995I 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 7291
What is the difference between sorted and ordered collection in hibernate?
Is scala the best language ever?
How to test data loading in data base testing?
What are the different types of infocube?
What is the use of NEW Keyword? Explain.
Why quicksort is called quick?
Is it possible to create web application with both webforms and mvc?
List out the differences between config and run methods in angularjs?
How does quicktest professional (qtp) identifies the object in the application?
How can we store rows in PL/SQL using array?
What is RMI and what are the services in RMI?
When the job statement is used?
Have you caused any huge mistakes for the bank?
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
How can you access a module written in python from c?