Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
What is lazy loading angular?
What are the different types of reports available in salesforce?
What is machine learning basics?
What is QTP and the use of QTP in TD?
What is the sql query to find the employee who has Nth maximum salary?
what is the system development cycle
Who has the power to write and change laws?
What is the difference between struts1 and struts2?
In which phase should testing begin – requirements, planning, design, or coding?
Mostly what type of manufactures are coming under TDS and basic rate for each category
Which web driver implementation is fastest?
In swift, what type of object are basic data types?
What is open loop and control loop systems?
What is google full form?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.