Q26.webp
F

Q26.webp

  • Media owner Falman97
  • Ngày thêm
Question: 26
(Choose 1 answer)
What is the result of the following C++ code snippet?
#include <iostream>
using namespace std;
int main() {
int a = 5;
int b = 2;
cout << float(a/b);
return 0;
PJOVERFLOW.Com
A. 1
B. 2
C. 2.5
D. 3
E. Compilation Error

Thông tin

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

Share this media

Back
Bên trên Bottom