單項選擇題Objective-C中包含一個自定義的頭文件應該使用()

A.#include ""
B.#include<>
C.#import ""
D.#import<>


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題面向對象的特性不包括()

A.封裝
B.繼承
C.多態(tài)
D.構造

2.單項選擇題Objective-C的代碼文件的后綴為()

A..cpp
B..m
C..pl
D..c

3.單項選擇題使用Objective-C語言輸出“This is a Objective-Cprogram.”正確的是()

A、NSLog(@"%s",This isa Objective-C program.);
B、NSLog(@"%@",This isa Objective-C program.);
C、NSLog(@"This is aObjective-C program.",%@);
D、NSLog(@"This is a Objective-Cprogram.");

5.單項選擇題OC中布爾(BOOL)類型的變量的值只有()

A.1/0
B.YES/NO正
C.true/false
D.1/-1