【多选题】下列哪些类型的药物可以作为抗高血压药物?
【简答题】Write down at least 3 questions raised by the speaker in the video.
【简答题】Please write down the main idea for the news.You are required to write down at least 5-6 sentences.
【简答题】若函数头部定义为 int * foo(), 则该函数中return 语句返回的数据类型是______________。
【简答题】若函数头部定义为void foo(int *a),主程序中定义int array[10],现在要将array数据传进foo函数进行处理,正确函数调用语句是_______。
【判断题】若函数头部定义为 void foo(int a[]), 在主程序中有如下语句: int a[5] = {1} ; ... foo(a[5]); 这句函数调用的语句是 ______________ 。
【简答题】若函数头部定义为 int foo(), 则该函数中 return 语句返回的数据类型是 ______________ 。