Which bit wise operator is suitable for putting on a particular bit in a number?
No Answer is Posted For this Question
Be the First to Post Answer
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?
How can a called function determine the number of arguments that have been passed to it?
List the advantages of inheritance.
What do the header files usually contains?
Which bit wise operator is suitable for putting on a particular bit in a number?
What is input operator in c++?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
How do you clear a set in c++?
What are guid?
What is function prototyping?
Explain data encapsulation?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?