代码搜索:华为面试
找到约 1,532 项符合「华为面试」的源代码
代码结果 1,532
www.eeworm.com/read/415872/11049699
txt 093[1].华为的笔试题.txt
华为的笔试题ZZ
shury 发表于 2004-12-6 15:14:00
1. 找错
Void test1()
{
char string[10];
char* str1=”0123456789”;
strcpy(string, str1);
}
Void test2()
{
char string[10], str1[10];
www.eeworm.com/read/415787/11054072
pdf verilog hdl 华为入门教程.pdf
www.eeworm.com/read/415121/11083872
pdf verilog hdl 华为入门教程.pdf
www.eeworm.com/read/300537/13906887
pdf 华为笔试题--天天向上.pdf
www.eeworm.com/read/237963/13916105
doc 华为公司程序培训教材.doc
www.eeworm.com/read/203803/15351279
doc 华为软件编程规范和范例.doc
www.eeworm.com/read/200975/15419142
pdf gsm基本原理-华为.pdf
www.eeworm.com/read/200498/15431628
pdf 华为dtu使用手册.pdf
www.eeworm.com/read/112643/15480984
mht 华为一道排序题.mht
From:
Subject: =?gb2312?B?u6rOqtK7tcDFxdDyzOI=?=
Date: Tue, 9 Nov 2004 15:29:53 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
boundary="----=_Next
www.eeworm.com/read/290718/8465810
doc huawei_mianshi.doc
华为C语言面试题集 C语言面试题-华为C语言面试题 深圳<mark>华为面试</mark>
C语言面试题
1、局部变量能否和全局变量重名?
答:能,局部会屏蔽全局。要用全局变量,需要使用"::"
局部变量可以与全局变量同名,在函数内引用这个变量时,会用到同名的局部变量,而不会用到全局变量。对于有些编译器而言,在同一个函数内可以定义多个同名的局部变量,比如在两个循环体内都定义一个同名的局部 ...