write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
1 4298write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
2 5016Post New Zensar C Interview Questions
How to squash or fixup commits?
What is goal in google analytics?
What are parts of the ribbon in excel 2016?
how do the in= variables improve the capability of a merge? : Sas programming
How ping works?
how can i access a direct (absolute, not the offset) memory
address?
here is what i tried:
wrote a program that ask's for an address from the user,
creates a FAR pointer to that adress and shows it. then the
user can increment/decrement the value in that address by
pressing p(inc+) and m(dec-).
NOW, i compiled that program and opened it twice (in 2
different windows) and gave twice the same address to it.
now look what happen - if i change the value in
one "window" of the program, it DOES NOT change in the
other! even if they point to the same address in the memory!
here is the code snippet:
//------------------------------------------------------
#include How do you implement distributed applications in .net? how to calculate current and voltage in a same circuit? what are the steps you will take to improve performance of a poor performing query? : Sql server database administration Which depends on the percepts and actions available to the agent?
a) Agent
b) Sensor
c) Design problem
d) None of the mentioned How do you use word templates? Is printf(?%d?,p); valid? tell me one scenario where we go for idoc and WHy we go for
idoc. Distinguish between commit and rollback? Write a small code to explain repr() in python ?