In the following program where is the variable a getting defined and where it is getting declared?

Câu hỏi :

In the following program where is the variable a getting defined and where it is getting declared?
Media VietJack

A. Extern int a is declaration, int a = 20 is the definition

B. Int a = 20 is declaration, extern int a is the definition

C. Int a = 20 is definition, a is not defined

D. a is declared, a is not defined

* Đáp án

A

* Hướng dẫn giải

Chọn A

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

400 Câu hỏi trắc nghiệm lập trình C/C++ có đáp án !!

Số câu hỏi: 400

Copyright © 2021 HOCTAP247