struct_init.c

C中級

Explorer

C
初級10
中級10
function_pointer.c
struct_init.c
file_read.c
switch_case.c
macro_define.c
enum_usage.c
do_while.c
for_loop.c
string_copy.c
pointer_arithmetic.c
上級10
エキスパート5
マスター5
C++40
C#40
Dart40
Go40
Java40
JavaScript40
Kotlin40
Objective-C40
Perl40
PHP40
Python40
R40
Ruby40
Rust40
Shell40
Swift40
TypeScript40
struct_init.c
Click to focus
1
2
3
struct Point p = {.x = 10, .y = 20};
struct Point *ptr = &p;
printf("%d", ptr->x);
0WPM0%0:000/82(0%)|Ln 1, Col 1
UTF-8C

関連する練習問題