extern int x;
extern int x;
float func(float x) { … }
double pow(double, double);
Identify which of the following are declarations
A. 1
B. 2
C. 3
D. 1 and 3
Hướng dẫn
Chọn D là đáp án đúng
extern int x;
float func(float x) { … }
double pow(double, double);
Identify which of the following are declarations
A. 1
B. 2
C. 3
D. 1 and 3
Hướng dẫn
Chọn D là đáp án đúng