PRF192_-_SP_2025_-_Block_5_-_1_3841.webp
T

PRF192_-_SP_2025_-_Block_5_-_1_3841.webp

Kizspy | Question: 23
(Choose 1 answer)
What is the output when the sample code below is executed?
#include<stdio.h>
int main()
{
int a=70,b=90,c=80;
if(a!=b){
else
a-=b; c/=10;
a+=c;
printf("%d,%d,%d",a,b,c);
return 0;
}
A. -20;90;8
B. 70;90:80
C. 150;80;8
D. 150;90:80

Thông tin

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

Share this media

Back
Bên trên Bottom