which one is highest Priority in c?
a)=,b)+,c)++,d)==
Answer Posted / satheesh.t
c) ++
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
how to capitalise first letter of each word in a given string?
What is a newline escape sequence?
What is the use of structure padding in c?
Do string constants represent numerical values?
What does return 1 means in c?
Explain enumerated types.
how to write optimum code to divide a 50 digit number with a 25 digit number??
How can you restore a redirected standard stream?
Can we change the value of constant variable in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Why do we use int main?
Why is c called c?
How does free() know explain how much memory to release?
what is uses of .net
Are the variables argc and argv are local to main?