Answer Posted / ajay
Software is a set instruction given to a system which makes
it easy for the user to do a particular task.
Which would be easy and time saving.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Between macros and functions,which is better to use and why?
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 is maximum size of array in c?
What is the difference between union and structure in c?
Write a program to know whether the input number is an armstrong number.
How to explain the final year project as a fresher please answer with sample project
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is wrong with this program statement? void = 10;
What does d mean?
code for replace tabs with equivalent number of blanks
Explain what is the difference between functions getch() and getche()?
How is pointer initialized in c?
Is c is a procedural language?
What is the description for syntax errors?
What is identifier in c?