A man is standing facing the morning sun. He walks 10m south. Then takes a right turn and walks 15m. He then takes a left turn and walks 5m. He then turn around(about turn) and walks 20m.He then turns right and walks 15m.How far is the man from his starting point ?
2 14499Post New GR Interview Questions
List the various components in kafka?
Do the design & fittings depend on the type of the vehicle engine? Why is petrol used for engines only & vice versa.
In a Webservice, need to display 10 rows from a table. So DataReader or DataSet is best choice?
Explain what is webdav in hadoop?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
What Is Alternative Minimum Tax (amt)?
How to use actions in qtp ?
How to test database in manually? Explain with an example?
Why do we use byref keyword in vb.net?
Which of the following is correct in order to start the process scheduler server from the command line using psadmin?
Where can rna are found within cells?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
how many types of operating system are avaliable?
How to run sql commands in sql*plus?
95) func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d ! ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); please help me in detail ....with flowchart