which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Answer Posted / sivasiva
++
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain what is wrong in this statement?
What is the description for syntax errors?
What does %2f mean in c?
What is data structure in c programming?
What is c language used for?
What does *p++ do?
What is c token?
What are disadvantages of C language.
What is union and structure?
Differentiate between a structure and a union.
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 difference between a string and an array?
What is "Duff's Device"?
Why do we use main function?
How old is c programming language?