Which of the following is a properly defined struct? D. struct a_struct int a;;

Câu hỏi :

Which of the following is a properly defined struct?

A. struct {int a;}

B. struct a_struct {int a;}

C. struct a_struct int a;

D. struct a_struct {int a;};

* Đáp án

D

Câu hỏi trên thuộc đề trắc nghiệm dưới đây !

Câu hỏi trắc nghiệm lập trình C/C++ có đáp án - Phần 1

Số câu hỏi: 49

Copyright © 2021 HOCTAP247