how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
3 7458Write a C function to search a number in the given list of numbers. donot use printf and scanf
6 11276what 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 7571how we can say java is platform independent, while we require JVM for that particular Operating System?
3 8408Post New Honeywell C Interview Questions
What is a thread in email?
How you define variables in swift?
How do you declare javascript?
What is a server software?
What are the types of object repositories? Which one is you are using?
Is there a grep for Windows?
What are different types of constructors in kotlin?
What is ms-dos full form?
What is jms queue?
What is a good javascript editor?
What is the meaning of component lifecycle in angular 2?
difference between machining and non-machining?
Can partial class be inherited?
Explain what is the purpose of linq providers in linq?
How does the browser determine where to place positioned elements?