overflow tag

11 questions


2 answers
103 views
0
Stack around the variable 'variable name' was corrected Please ask me an error question. crying

char* my_strcap(char* str1, char* str2){ char* result = (char*)malloc(sizeof(char) * 40);int i, j;if (result != NULL){ //String is stored in array form, so it is stored in each array index for (i = 0;...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.