100+ câu trắc nghiệm Lập trình C/C++ có đáp án - Phần 2

What is the return type of the function with prototype: “int func(char x, float v, double t);”

2/25

What is the return type of the function with prototype: “int func(char x, float v, double t);”

char

int

float

double

Giải thích

Chọn đáp án B