how many rounds and
wt type of questios ask in the written test for first round
2. tech. round
3. and futher rounds
No Answer is Posted For this Question
Be the First to Post Answer
What will i and j equal after the code below is executed? Explain your answer.
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Definition of class?
Where are setjmp and longjmp used in c++?
Can we distribute function templates and class templates in object libraries?
why is c++ called oops? Explain
What is static class data?
What is the difference between public, private, and protected access?
Why are pointers used?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Explain abstraction.