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 7600Write a C function to search a number in the given list of numbers. donot use printf and scanf
6 11495what 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 7693how we can say java is platform independent, while we require JVM for that particular Operating System?
3 8538Post New Honeywell C Interview Questions
How many types do you configure managed server in weblogic server?
What is meant by responsive design?
Do you know one zone – ia storage class?
Explain the advantages of gear drive?
What is an android framework?
Write the code for a singleton class?
Explain the process of digest cycle in angular?
What is the current repo rate and reverse repo rate?
Can the bytecode be written in java be run on android?
How to enable or disable the microsoft windows firewall?
what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.
What do you understand by python iterator and iterable elements?
How many jsp scripting elements are there and what are they?
What are the components of asp?
Is it ever suggested to use waterfall over scrum? If yes, explain when.