Explain indirection?
No Answer is Posted For this Question
Be the First to Post Answer
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is the collection of communication lines and routers called?
what is the associativity of bitwise OR operator?
What is scope rule of function in c?
What are valid operations on pointers?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
How many types of functions are there in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
is c language is a object oreinted language?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
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.
what is the role you expect in software industry?