STL (140)
OOPS (873)
C++ General (2409) 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?
2227Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
1 3486What is a mutex and a critical section.Whats difference between them?How do each of them work?
CTS,
4 13454
Is it possible to get the source code back from binary file?
What is the best way to take screenshots of a window with c++ in windows?
Which function should be used to free the memory allocated by calloc()?
Where is pseudocode used?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What is singleton class in c++?
What is a down cast?
How many types of modularization are there in c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is difference between c++ and c ++ 14?
How are Structure passing and returning implemented by the compiler?
What are maps in c++?
What is the difference between method overloading and method overriding in c++?
What is setiosflags c++?
What is encapsulation in oops?