外企筆試題精選二

2021-10-03 22:35:54 字數 912 閱讀 6395

外企筆試題精選二

下面**是否有錯?如果有錯,錯在**?

struct test

test(int i)

void func()

};int main()

下面的**輸出什麼?為什麼?class test

int geti()

int getj()

};int main()

a c++ developer wants to handle a static _cast() operation for the

string class shown below. which of the following options are valid declarations

that will accomplish this task?

class string

;a. char* operator char* ();

b. operation char*();

c. char* operator ();

d. char* operator string ();

以下兩種情況:

(1) new 乙個 10 個元素的陣列

(2) 分 10 次 new 乙個整型變數

哪個占用的空間更大些?

a. 1

b. 2

c. 一樣多

d. 無法確定

下面程式輸出什麼?

int main(),};

int (a)[8] = (int()[8])v;

cout<下面的程式輸出什麼?為什麼?

class base

void println() ;

函式原型:

bool btreecompare(btreenode* b1, btreenode* b2);

T 筆試題精選 (一)

該筆試題對於c c 的基礎細節比較重視。1 32 位機上根據下面的 問哪些說法是正確的?signed char a 0xe0 unsigned int b a unsigned char c a a.a 0 c 0 為真 b.a c 為真 c.b 的十六進製制表示是 0xffffffe0 d.上面都...

騰訊筆試題精選一

32 位機上根據下面的 問哪些說法是正確的?signed char a 0xe0 unsigned int b a unsigned char c a a.a 0 c 0 為真 b.a c 為真 c.b 的十六進製制表示是 0xffffffe0 d.上面都不對 下面哪些選項能編譯通過?int i c...

筆試題集(三)C 精選

1 求解下列 的列印值 include class a virtual void dosth 列印如下 this is donull function this is donull function this is donull function 1 如果某個方法沒有使用任何成員變數,不需要this...