Answer Posted / jh
ds is an data structure
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Which driver is a pure java driver
Define macros.
shorting algorithmS
What is variables in c?
What are extern variables in c?
what are the different storage classes in c?
Is int a keyword in c?
How do you use a 'Local Block'?
What is scope rule of function in c?
What is %lu in c?
Explain what does it mean when a pointer is used in an if statement?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
How can I manipulate individual bits?