FileHandling using dynamic memory allocation in C || video 24 || normie coder

  Рет қаралды 153

Normie Coder

Normie Coder

Күн бұрын

in this video i explained you how to do file-handling using dynamic memory allocation in c

Пікірлер: 4
@studyalone609
@studyalone609 Ай бұрын
Bhai HTML and css teach
@danknormie2276
@danknormie2276 Ай бұрын
@@studyalone609 C ke baad pakka...
@danknormie2276
@danknormie2276 Ай бұрын
#include #include int main(){ const char *filepath = "C:\\Users\\Dell\\OneDrive\\Desktop\\chotabheem.txt"; FILE *file = fopen(filepath,"r"); if(file==NULL){ printf("ERROR:chutiye sahi location daal"); return 1; } fseek(file,0,SEEK_END); int filesize = ftell(file); rewind(file); char *buffer = (char*)calloc((filesize+1),sizeof(char)); if(buffer==NULL){ printf("ERROR:memory alloation failed bc"); fclose(file); return 1; } fread(buffer,sizeof(char),filesize,file); buffer[filesize] = '\0'; printf("FILE CONTENT %s",buffer); free(buffer); fclose(file); return 0; }
Struct in C || video 25 || normie coder
10:54
Normie Coder
Рет қаралды 150
Stack vs Heap Memory in C++
19:31
The Cherno
Рет қаралды 590 М.
Thank you mommy 😊💝 #shorts
0:24
5-Minute Crafts HOUSE
Рет қаралды 33 МЛН
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
5 Secrets to Stop Stuttering & Speak More Clearly!
12:44
Vinh Giang
Рет қаралды 117 М.
I made Tetris in C, this is what I learned
15:15
Austin Larsen
Рет қаралды 30 М.
10 Signs Your Software Project Is Heading For FAILURE
17:59
Continuous Delivery
Рет қаралды 19 М.
one year of studying (it was a mistake)
12:51
Jeffrey Codes
Рет қаралды 283 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 165 М.
6 Months of Testing C++ Build Systems: Here’s What You Need to Know
16:33
Understanding and implementing a Hash Table (in C)
24:54
Jacob Sorber
Рет қаралды 376 М.
File handling(writeFile) in C || kayamat ki ghadi || video 19
16:01
Thank you mommy 😊💝 #shorts
0:24
5-Minute Crafts HOUSE
Рет қаралды 33 МЛН