單項(xiàng)選擇題使用Xcode創(chuàng)建工程時(shí),支持同時(shí)創(chuàng)建的版本管理庫(kù)是()

A.Subversion
B.Mercurial
C.Git
D.Concurrent Versions System


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題Objective-C聲明一個(gè)類(lèi)所要用到的編譯指令是()

A. @interface SomeClass
B. @protocol SomeClass
C. @implementation SomeClass
D. @autorelease SomeClass

3.單項(xiàng)選擇題多線程中棧與堆是公有的還是私有的()

A.棧公有,堆私有
B.棧公有,堆公有
C.棧私有,堆公有
D.棧私有,堆私有