Difference between ++*p, *p++ and *++p
The pre and post increment with *, I am confused here. Is it pointer in the first two cases?
- 5941 Views
- 2 Answers
-
-
- 22 May
- 0 Comment
-
-
The expression ++*p has two operators of same precedence, so compiler looks for assoiativity. Associativity of operators is right to left. Therefore the expression is treated as ++(*p). Therefore the output of first program is “arr[0] = 11, arr[1] = 20, *p = 11“.br /br /The expression *p++ is treated as *(p++) as the precedence of postfix ++ is higher than *. Therefore the output of second program is “arr[0] = 10, arr[1] = 20, *p = 20“.br /br /The expression *++p has two operators of same precedence, so compiler looks for assoiativity. Associativity of operators is right to left. Therefore the expression is treated as *(++p). Therefore the output of second program is “arr[0] = 10, arr[1] = 20, *p = 20“.
-
- 02 Apr
- 0 Comment
-
- What site is the best video tutorial website for learning C programming?
- Trade crypto anytime
- Mention the four important part of looping.
- How will you print numbers from 1 to 100 without using loop?
- Write a program to calculate the following series:
- Can someone explain the concept of pre and post increment in C?
- What are storage classes in C language?
- Who invented C C++ and Java? Explain your answer
- What is difference between C C++ and Java?
- How will you print “Hello World” without semicolon?
Thanks for sharing excellent information's. Your web-site is very cool. I'm impressed by the details that you have on this web site with a rel='nofollow' href="https://geometrydash-lite.io"geometry dash lite/a. br /