Answer Posted / satheesh
a)=
The highest priority out of the above is ++,then comes
+,then==, and last priority for =.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
how should functions be apportioned among source files?
How many loops are there in c?
What does #pragma once mean?
How to delete a node from linked list w/o using collectons?
Which header file is used for clrscr?
Is null a keyword in c?
When is the “void” keyword used in a function?
pierrot's divisor program using c or c++ code
Can you tell me how to check whether a linked list is circular?
write a program fibonacci series and palindrome program in c
Explain the difference between strcpy() and memcpy() function?
What are terms in math?
explain how do you use macro?
Describe the order of precedence with regards to operators in C.
How does pointer work in c?