What is the difference between array and pointer?
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.
how to make program without <> in library.
How are pointers declared in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
what is the definition of storage classes?
What is main () in c language?
Can you assign a different address to an array tag?
What does it mean when a pointer is used in an if statement?
Is c object oriented?
What are the disadvantages of c language?
What is meant by realloc()?
How do you list a file’s date and time?