Q28.webp
F

Q28.webp

  • Media owner Falman97
  • Ngày thêm
Question: 28
(Choose 1 answer)
What is the output of the following C++ code snippet?
#include <iostream>
using namespace std;
int main() {
int a = 5;
a += 3;
cout << a;
return 0;
PJOVERFLOW.COM
A. 5
B. 3
C. 8
D. 15

Thông tin

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

Share this media

Back
Bên trên Bottom