Answer Posted / antony edwin
when you list all of an author's works one by one.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List some applications of c programming language?
How can I convert a number to a string?
When should I declare a function?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is difference between && and & in c?
How can I make it pause before closing the program output window?
What is malloc return c?
how can f be used for both float and double arguments in printf? Are not they different types?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is #include stdio h?
Who developed c language and when?
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 does the file stdio.h contain?
In C programming, what command or code can be used to determine if a number of odd or even?