which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answer Posted / amala v
c.)=
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the use of f in c?
What is the size of enum in c?
what do you mean by enumeration constant?
How do you determine the length of a string value that was stored in a variable?
What is calloc in c?
Write the control statements in C language
What are the application of void data type in c?
What is the use of void pointer and null pointer in c language?
What is external variable in c?
When should the const modifier be used?
Explain how do you list files in a directory?
What is wrong with this initialization?
What is the modulus operator?
What is LINKED LIST? How can you access the last element in a linked list?
Write a c program to demonstrate character and string constants?