PRF192_-_FA_2024_-_RE_3050.webp
H

PRF192_-_FA_2024_-_RE_3050.webp

Kizspy | Question: 25
(Choose 1 answer)
What is the output when the sample code below is executed?
#include<stdio.h>
int main()
{
const int a=5;
if(a>3)
a++:break;
a--;
else
printf("%d",a);return 0;
FUOVERFL
}
A. Compile time error
B. 6
C. 4
D. 5

Thông tin

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

Share this media

Back
Bên trên Bottom