码迷,mamicode.com
首页 >  
搜索关键字:深度剖析strlen以及sizeof    ( 1个结果
【笔试常考】C语言:深度剖析strlen,sizeof
在之前的博客中,我也探索过strlen,sizeof区别,详情可见博客http://10740184.blog.51cto.com/10730184/1705820。关于strlen,sizeof均可求字符串长度,这两者是笔试面试常考的知识点。#include<stdio.h> #include<stdlib.h> #include<string.h> //voidTest1..
分类:编程语言   时间:2016-02-01 19:05:20    阅读次数:202
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!