Answer Posted / krishna kanhaiya
dennis ritche are modified in "c" language .ken thomson are
sevloped in "B" language and that language modifier is
dennis ritche ...........
i am not sure write ya wrong
| Is This Answer Correct ? | 5 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.
Why malloc is faster than calloc?
What is the mean of function?
Explain how to reverse singly link list.
Why array is used in c?
Tell me is null always defined as 0(zero)?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What are 3 types of structures?
Tell me about low level programming languages.
What is #define size in c?
What is the difference between āgā and āgā in C?
What are void pointers in c?
What is string constants?
What are multidimensional arrays?
What is the difference between far and near ?