Write a C function to search a number in the given list of numbers. donot use printf and scanf
6 11712what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }
3 7824what 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?
2277Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?
4467Post New Honeywell Interview Questions
What should be the first thing that you should pay attention to about an RPA tool you need to use?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
What is the use of opportunities tab with adwords?
What is auto-flush attribute?
why power contactor using in DG set's neutral which is using as a stand by load during government electricity shutdown?
What does string intern() method do?
can any one tell what is the selection proces in cognizant for MBA finance
What is mr and what information does mr consists of?
What are lock objects?
What do you understand by linear regression and logistic regression?
Do you have to renew windows 10 every year?
tell me about yourself and your family background.
Explain real scenario your faced in the implimentation project?
What are the types of tables?
What is the default block size in Hadoop 1 and in Hadoop 2? Can it be changed?