Math, asked by ddpe, 7 months ago

What is the difference between |1| and |-1| and
What is the difference between |p| and p?

Answers

Answered by rakhimani20067
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 Anonymous
2

\huge{\orange{\overbrace{ \red{ \overbrace{\red{\underbrace \color{blue} {\underbrace \color{black} {\fcolorbox{magenta}{lime}{\fcolorbox{red}{black}{\fcolorbox{pink}{pink}{ \fcolorbox{blue}{blue}{{\bf{{{{\red{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.

Similar questions