Computer Science, asked by sanjanavishwakarma, 1 year ago

Difference between:
1) * operator
2) ** operator
3) Print command
4) Input command​

Answers

Answered by Harryy0001
3

1) Both are not same, = is an Assignment Operator it is used to assign the value of variable or expression, while == is an Equal to Operator and it is a relation operatorused for comparison (to compare value of both left and right side operands).

2)a new line is formed. An easy way to see the difference is usingSerial.print(); / Serial.println(); . Theprint("aString") method prints just the string "aString", but does not move the cursor to a new line. ... println() printsame things but in new line


skb0809: cute ho‍❤️‍‍
sanjanavishwakarma: thnks
skb0809: waise kya krti ho
sanjanavishwakarma: 10th standard mein hum
skb0809: es baar gyi ho
sanjanavishwakarma: haa
skb0809: age kitni hain
sanjanavishwakarma: 15
skb0809: nice
skb0809: or baton
Similar questions