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?
2224Why 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 3481What is a mutex and a critical section.Whats difference between them?How do each of them work?
CTS,
4 13433
What do the header files usually contains?
Is it possible to write a c++ template to check for a function's existence?
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 use of overloading?
What is object in oops?
What is the type of 'this' pointer?
Is there a c++ certification?
Is recursion allowed in inline functions?
Explain the uses of static class data?
Is c++ a float?
What is time_t c++?
Explain method of creating object in C++ ?
Why do we use structure in c++?
What are inline functions? What is the syntax for defining an inline function?
program explaining feautures of c++