What are the different types of pointers?
Answer Posted / mar
generic pointers and non generic pointers
| Is This Answer Correct ? | 0 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.
What are preprocessor directives in c?
What is the difference between int main and void main?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
write a program to find out prime number using sieve case?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is a substring in c?
what type of questions arrive in interview over c programming?
How was c created?
What is union and structure?
What is non linear data structure in c?
What is structure padding and packing in c?
What is a struct c#?
Write a program to use switch statement.
What is wild pointer in c?