Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
2 size mas
#include <stdio.h> #include <string.h> int main(void) { size_t n = 0; size_t k = 0; scanf("%lu", &n); scanf("%lu", &k); char list[n][k]; memset( list, '\0', n*k*sizeof(char) ); char *addr[n]; for (int i = 0; i < n; ++i) addr[i] = list[i]; char buff[1000] = {'\0'}; return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Stub Program for Problem 4 HW 2
FloatInt
Class #2, data types
tst2.c
Project 5 v.08
A_141205_ContadorPalabras
Assignment 10
tremendo codigaso ayudantia
B_141209_EsMayor
double_buffer_madness
Please log in to post a comment.