Math, asked by ddpe, 9 months ago

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

Answers

Answered by Amit7641
0

Answer:

There is no difference between |1| and |-1| and between |p| and p. The symbol l l ony used for removing the +ve and -ve sign.

Step-by-step explanation:

hope it will help you

Answered by Anonymous
3

\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}}}}}}}}}}}}}}}}}}

✎Answer:

Difference between ++*p, *p++ and *++p in C

Difference between ++*p, *p++ and *++p in CIn 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