which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answer Posted / jalal
c)=
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What are header files? What are their uses?
What is difference between structure and union?
Tell me what are bitwise shift operators?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Explain how can I convert a string to a number?
What is class and object in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is array in c with example?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
plz let me know how to become a telecom protocol tester. thank you.
How can I manipulate strings of multibyte characters?
Difference between strcpy() and memcpy() function?
How can I get back to the interactive keyboard if stdin is redirected?
What is a spanning Tree?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above