[C] Pointer to a string
Example1 :
#include <stdio.h>
#include <string.h>
int main()
{
char s[] = "hello";
/* tmp must allocate one memory store space.…Read More
[C Language] GCC main options
option
description
gcc -c
compile source files to object files without linking
gcc -Dname[=value]
define a preprocessor mac…Read More
0 意見:
張貼留言