What is the difference between |1| and |-1| and
What is the difference between |p| and p?
Answers
Answered by
0
Answer:
Difference between ++*p, *p++ and *++p in C
In C programming language, *p represents the value stored in a pointer. ++ is increment operator used in prefix and postfix expressions. * is dereference operator. Precedence of prefix ++ and * is same and both are right to left associative.
Answered by
2
Difference between ++*p, *p++ and *++p in C
In C programming language, *p represents the value stored in a pointer. ++ is increment operator used in prefix and postfix expressions. * is dereference operator. Precedence of prefix ++ and * is same and both are right to left associative.
Similar questions
Hindi,
5 months ago
English,
5 months ago
Hindi,
5 months ago
Social Sciences,
10 months ago
English,
10 months ago
Social Sciences,
1 year ago