Answer Posted / ramya
,
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How the c program is executed?
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 count no of words,characters,lines in a paragraph.
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Does c have circular shift operators?
Why is struct padding needed?
What language is c written?
What is string constants?
How can I list all of the predefined identifiers?
How can a program be made to print the name of a source file where an error occurs?
What is the difference between printf and scanf in c?
How do you print only part of a string?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Write a program to print all permutations of a given string.
How many levels deep can include files be nested?