What is the maximum length of an identifier?
No Answer is Posted For this Question
Be the First to Post Answer
What is a macro?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
biggest of two no's with out using if condition statement
how to generate sparse matrix in c
what are two kinds of java
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
What is hashing in c language?
Do pointers store the address of value or the actual value of a variable?
When should I declare a function?
Write a program to generate the Fibinocci Series
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.
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?