Computer Science, asked by shamim24, 11 months ago

what is the difference between n= 10 and n= = 10 in c+ +

Answers

Answered by Anonymous
2

True statement............


shamim24: what is the difference and what does it mean.?
shamim24: okay..then what about =
Answered by DGAMERS2018
2
n=10 means it'll actually force the n to 10. and n ==10 means it'll check if n is 10 or not(ex. IF N==10
FUNCTION)

shamim24: does it mean that n= 10 and n==10 both says that the value of n is 10?
Similar questions