What are the application of c?
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.
Why functions are used in c?
size maximum allocated by calloc()
what is the differance between pass by reference and pass by value.
What is the exact difference between '\0' and ""
why 'c' is called middle level language.
What is an example of enumeration?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
How can I access a memory located at certain address?
What are the ways to a null pointer can use in c programming language?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What are types of structure?