When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
No Answer is Posted For this Question
Be the First to Post Answer
what is inprocess and outprocess in vb
what are the topics choosen for jam round for interviews
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
difference between mantis and other tools?
why we use static with only main()class not with other class
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
What's the difference b/w Table & Templete in Smartform?
Diff between Proc transpose and Arrays with example?
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
Suppose server object is not loaded into the memory, and the client request for it , what will happen?