If a car starts from A towards B with some velocity due to some problem in the engine after travelling 30km.If the car goes with 4/5 th of its actuval velocity the car reaches B 45min later to the actual time. If the car engine fails ofter travelling 45km, the car reaches the destination B 36min late to the actual time , what is the initial velocity of car and what is the distance between A and B in km
8 27080Binary 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.
2066Post New FGD Interview Questions
What is tunnel mode?
How did we work with multiple modules in our project?
List out the roles of quality assurance engineer?
What is coprocessor?
Why does the system not calculate variance for the 500 kgs which has been delivered?
Why are stored procedures used?
What is the difference between microsoft access and sql server?
What is a simple php method to make a cross domain data request?
Is Python a good choice for web development
Is ejb be called from another ejb? If yes then how?
What are the enzymes used for labeling of antibodies?
Explain continuous monitoring.
Give the sizes of SMALLINT, BYTEINT and INTEGER.
What is meant by type casting?
What happen if you mix both implicit wait and explicit wait in a selenium script?