0
Well I m just trying to see the operators Algabra work can y'all explain how it works
I
17 ответов
+ 4
Well, operators do something and return the result basically, but they're not constants nor variables, they don't have "value".
That said, I suggest you to edit the post and write more details about this, especially what operator you referred to here. Cause "the value of operator" didn't make that much of sense.
+ 1
"I was talking about C language
Cause I m trying to study C program"
I already know that
Read my response again, your question lacks context clarity.
What operator? and what you mean by "value of operator"?
Please read the below link to get better responses on your future questions
https://www.sololearn.com/Discuss/333866/?ref=app
+ 1
Which operator? An operator is for example + or *.
Please give a code example.
+ 1
Perhaps you can begin from here
https://www.tutorialspoint.com/cprogramming/c_operators.htm
And continue here
https://en.cppreference.com/w/c/language/operator_precedence
~ unsub
+ 1
Please answer my question.
https://code.sololearn.com/cqT9WEb8F0fX/?ref=app
+ 1
Caleb Anderson Pls rethink the problem you have, edit your post and rewrite the question description with a real explanation of what you want to do and which difficulties you have.
A very vague question and lots of sparse comments with small bits of info is a very efficient way to get lost.
0
I was talking about C launguge
0
Cuse I m trying to study C program
0
Oh sorry I mean operator of c language sorry if I confuse you
0
So the letter a is 10 right
0
I mean what the alphabet letters stand for like A. B. C. On the operator
0
Please give an ***example code***
0
Ok
0
Well I tried but it just won't work or what am I doing wrong so I ll give you an example of speech a=10 b=30 and result a/b
0
So a and b are variables with the values 10 and 30 and you want to print the result of the calculation a/b?
0
It's like arithmetic
0
Oh like that huh