- 2
What is answer of this question ?
Fill in the blanks to input two integer variables using the scanf() function: int num1, num2; scanf("%d %d", & , num2);
5 Respostas
+ 3
num1 &
+ 1
First block : num1
Second block: &
0
The answer is &num1 in the first block and &num2 in the second block
- 1
i dont know