Q32.webp
M

Q32.webp

Question: 32
(Choose 1 answer)
What is the output when the sample code below is executed?
#include<stdio.h>
void increment(int x) {
x++;
int main(){
int x=1005;
increment(x);
printf("%d",x);
return 0;
A. 1005
B. 1006
C. 1000
D. 1004

Thông tin

Category
PRF192
Thêm bởi
MyThuan2001
Ngày thêm
Lượt xem
1,633
Lượt bình luận
3
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom