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 7233What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
3 8174write 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 30773Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
2 5299Post New Bosch C Interview Questions
What is the difference between numpy and scipy?
How to enable logging (log4j) in hibernate?
What is a resource in spring?
How to convert character strings to dates?
Is dictionary faster than list python?
What is linear-gradient() used in css3?
What is OSPF
Tell me about the types of hbase operations?
What databases are supported by drupal?
What is the highest-level event class of the event-delegation model?
Explain assets folder in android?
How do shell structures work?
How to enter text in the HTML text box without invoking the SendKeys ()?
Explain the term torque
How do vlookups work?