🌈 style:
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
#include <string.h>
|
||||
|
||||
|
||||
int main()
|
||||
int main( )
|
||||
{
|
||||
char *name[5] = {"Follow me", "Basic", "Great", "Fortran", "Computer"};
|
||||
char* name[5] = {"Follow me", "Basic", "Great", "Fortran", "Computer"};
|
||||
// 指针数组
|
||||
int i, j, k;
|
||||
char *tmp;
|
||||
char* tmp;
|
||||
|
||||
for (i = 0; i < 5 - 1; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user