which one is highest Priority in c?
a)=,b)+,c)++,d)==
Answer Posted / cynthia,1st b.sc.,itm
option c)++
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How does struct work in c?
How can I recover the file name given an open stream?
What 'lex' does?
What does & mean in scanf?
How can I implement sets or arrays of bits?
What are the benefits of organizational structure?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is structure padding and packing in c?
What is the difference between constant pointer and constant variable?
What is FIFO?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Explain modulus operator. What are the restrictions of a modulus operator?
What is int main () in c?
What are the types of functions in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above