fread() and fwrite() function in c programming | file input output in c : part 9

fread() and fwrite() function in c programming | file input output in c : part 9

Pedagogy

3 года назад

19,667 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@oddmetre
@oddmetre - 26.02.2024 17:51

Finally found the answer I needed, thank you

Ответить
@prashant1206
@prashant1206 - 17.01.2024 18:58

Your last 30secs video helped me

Ответить
@user-sb4wk8pw5d
@user-sb4wk8pw5d - 28.12.2023 08:05

Bro ek question tha
In fread function value of A is over written.....

If not
how does the variable pointer moves to the next memory block.......what is reason/logic behind it🤔

Ответить
@user-jq1fu6lo3e
@user-jq1fu6lo3e - 17.10.2023 18:42

o bhai urcu mn samjhao

Ответить
@khomo12
@khomo12 - 29.08.2023 00:16

Very nice! 👍👍👍

Ответить
@nomnomnoname
@nomnomnoname - 15.08.2023 19:18

Thanks for making it simple🫶

Ответить
@Prince_D_Coder
@Prince_D_Coder - 12.07.2023 02:38

Your content just helped me right now
THankssss

Ответить
@RealEverythingComputers
@RealEverythingComputers - 02.07.2023 06:14

Thank you so much! Helped me in my com sci course

Ответить
@ngonidzashemwanjira208
@ngonidzashemwanjira208 - 12.03.2023 22:34

this is actually very entertaining

Ответить
@totsh2056
@totsh2056 - 18.01.2023 16:27

Thank you for such a thorough explanation. If I use a loop, will it not keep overwriting the first element of the array?

Ответить
@vrajalingam3487
@vrajalingam3487 - 21.10.2022 16:19

Nice explanation bro, keep rocking 👌

Ответить
@MrLemonMedia
@MrLemonMedia - 07.08.2022 09:44

your a legend

Ответить
@AdiC20
@AdiC20 - 12.07.2022 18:47

Bhai thank you so much!
Within the first 3 minutes itself all my doubts were sorted! Pls keep up the good work 👍

Ответить
@alexmitchell9561
@alexmitchell9561 - 19.06.2022 10:47

Thank you for this great video, really helpful! 😃

Ответить
@san-wh8dz
@san-wh8dz - 01.04.2022 22:32

What a good explanation ! Thx You !

Ответить
@bbblok2235
@bbblok2235 - 22.12.2021 19:18

Thanks broo !!!

Ответить
@mesbahuddin5328
@mesbahuddin5328 - 07.09.2021 19:24

Nice presentation bro 👍

Ответить
@ttitrends
@ttitrends - 22.07.2021 10:34

Very Good explanation. Keep it up.

Ответить
@boscofan3735
@boscofan3735 - 07.07.2021 22:25

hello. why should it be &a? isnt an array supposed to be an address already?

Ответить
@tarunb5084
@tarunb5084 - 12.06.2021 20:04

thanks for making video on this topic

Ответить
@punamojha88
@punamojha88 - 17.04.2021 23:21

could you provide c code for floowing code
int ReadBinary(int nChan, int nPt, double Data[][nPt], const char * pfname); // Here's the
prototype for the function that you need to write.
1. It accepts a 2D VLA of double to put the data into and the filename from which to read
the data.
2. The function needs to:
a. Open the file.
b. Read in the number of channels and number of points in the file.
c. Make sure they match the sizes nChan & nPt passed to the function.,
d. Read in the data for the 2D array named Data.
e. Close the file.
3. It returns a value of zero unless an error occurred

Ответить