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
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What are the differences between Structures and Arrays?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
What is data types?
Why is struct padding needed?
String concatenation
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
What is the difference b/w Structure & Union?
What does %p mean c?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
Write a progarm to find the length of string using switch case?
write a program to rearrange the array such way that all even elements should come first and next come odd