What does void main () mean?
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of c language?
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 the meaning of c in c language?
Explain what is the heap?
Find the highest of three numbers and print them using ascending orders?
What are valid signatures for the Main function?
how to write optimum code to divide a 50 digit number with a 25 digit number??
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is new line escape sequence?
what is ans for this scanf(%%d",c);
What is the difference function call by value & function call by reference?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day