Answer Posted / ashish
i wont give u a job!!!!
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the c language function prototype?
What's the total generic pointer type?
What is the role of this pointer?
Is there sort function in c?
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.
Why clrscr is used in c?
Explain the use of 'auto' keyword in c programming?
What does the && operator do in a program code?
What is typedef example?
Explain what is meant by 'bit masking'?
What is pointer to pointer in c?
Is struct oop?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is a void * in c?
What is difference between %d and %i in c?