Answer Posted / v.santhoshini
*aspects above can result in high maintainence cost.
*many excepections &special cases.
*can control everythong.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are enumerations?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What is the operator in c++?
Why c++ is not a pure oop language?
Define 'std'.
Are strings immutable in c++?
Explain how an exception handler is defined and invoked in a Program.
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is a c++ object?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Why is null pointer used?
what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?
What is std namespace in c++?
Is c++ vector a linked list?