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 7332What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
3 8351write 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 31162Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 5397Post New Bosch C Interview Questions
Classify interrupts on the basis of signals.
How do you keep the fi posting period open only for certain gl codes?
Is linux affected by viruses?
How can the session in servlet can be destroyed?
What is stack unwinding?
What tools are used in sap implementation?
What is the static block?
what is the limitation of Magento?
What is minoccurs 0 in xsd?
Which Altera device families does the TimeQuest timing analyzer tool support?
What is a conclusion in geometry?
What is a head tag?
How configuration metadata is provided to the spring container?
What is the size of new born kangaroo?
What is the difference between ‘git remote’ and ‘git clone’?