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
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
name the language for writing c compiler?
What does static variable mean in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
write a program to concatenation the string using switch case?
What are terms in math?
What are the different types of data structures in c?
What is nested structure with example?
Explain what is the heap?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Explain about C function prototype?
write a program which counts a product of array elements lower than 10.