PRF192_-_PT02_-_SP_2024_1513.webp
maik205

PRF192_-_PT02_-_SP_2024_1513.webp

  • Media owner maik205
  • Ngày thêm
Question 2
Answer saved
Marked out of 1.00
What is the output of this C code?
#include <stdio.h>
int main()
{
int i = 3;
int 1 = i / -2;
int k = i % -2;
printf("%d %d", I, k);
return 0;
}
O a. 1-1
Ob. Implementation defined
c. -11
d. Compile time error
Clear my choice

Thông tin

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

Share this media

Back
Bên trên Bottom