700+ câu trắc nghiệm Ngôn ngữ lập trình C có đáp án - Phần 6

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