Posts by Mayara Rabelo • 19 points
2 posts
-
1
votes0
answers51
viewsQ: How to show 3 data at a time in this printf in C language?
I have the following code: //Leitura de arquivo #include <stdio.h> #include <stdlib.h> int main(void) { FILE *pont_arq; char texto_str[20]; int contador; //abrindo o arquivo_frase em…
casked Mayara Rabelo 19 -
-1
votes1
answer45
viewsQ: How to join a string to a variable of type BYTE path[]
Guys, my question is how to put string1 from a function strcat(string1,string3); within a string of grabbing windows code user name:system("reg add…
casked Mayara Rabelo 19