Computer Science, asked by Debu705, 1 year ago

what does the instruction X<-X+1 imply?


anupambd94: For which labguage?
anupambd94: Language
Debu705: c language

Answers

Answered by wajahatkincsem
0
thank you for asking the question !!!
This instruction is used as conditional statement. here the value of X would be less than or equal to X+1.
for example:
X=5
X+1=6 
therefor:
X<- X+1
Similar questions