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
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
What is page thrashing?
Why Modern OS are interrupt driven?Give an example
How many types of errors are there in c language? Explain
write a program to generate 1st n fibonacci prime number
How to declare pointer variables?
What is derived datatype in c?
Can the “if” function be used in comparing strings?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
What does it mean when a pointer is used in an if statement?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.