+ 2
Int x=2, int y=4
7 Réponses
+ 2
What is your question?
+ 6
= is an assignment operator the values are assigned to the variable
+ 3
FARIK GULOV I did not understand your question.
+ 3
???🤔
+ 1
what ?
0
X type of integer and will be asgin as value of number 4 in the x variable which means it will be saved in the memory with these value and it will take for 32 bit in the memory
0
x,y=2,4;