what is the c source code for the below output?
5555555555
4444 4444
333 333
22 22
1 1
22 22
333 333
4444 4444
5555555555
No Answer is Posted For this Question
Be the First to Post Answer
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.
Give the rules for variable declaration?
How do I convert a string to all upper or lower case?
why Language C is plateform dependent
What is pointer to pointer in c language?
How can I read a directory in a c program?
What are the restrictions of a modulus operator?
how to return 1000 variables from functio9n in c?plz give me code also
What are c identifiers?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
Can we assign integer value to char in c?
What language is c written?