PRF192_-_SP_2025_-_Block_5_-_1_3841.webp
T

PRF192_-_SP_2025_-_Block_5_-_1_3841.webp

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

Thông tin

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

Share this media

Back
Bên trên Bottom