write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 7258What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
3 8208write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
10 30868Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 5322Post New Bosch C Interview Questions
Which javascript framework is in demand?
Explain what is prt (production resource tools) in sap pp?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What are the advantages of equity financing over debt financing?
How will you add a new style in a table?
Is outlook 2016 the same as outlook 365?
Explain the difference between oncreate() and onstart()?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
What do you understand by data transfer between technical objects?
What does %s mean in python?
What are the oracle differences between nvl and coalesce
If you need to hide the javascript code from the older browser versions, how will you perform it?
What is a long in c#?
What is arbitary wait?
What is strlen php?