process by which one bit patten in to another by bit wise
operation is?
(a) masking,
(b) pruning,
(c) biting,
(d) chopping,
No Answer is Posted For this Question
Be the First to Post Answer
What is hashing in c language?
What is difference between structure and union with example?
What is c token?
What is function pointer and where we will use it
write a program to convert a expression in polish notation (postfix) to inline (normal)
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
Explain how do you override a defined macro?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Write a program that can show the multiplication table.
How can we open a file in Binary mode and Text mode?what is the difference?
Write a code to remove duplicates in a string.