50. File Handling-2 in Tamil

  Рет қаралды 12,248

Tamil Pro Techniques

Tamil Pro Techniques

Күн бұрын

Пікірлер: 27
@sathyathiyagarajan7448
@sathyathiyagarajan7448 2 жыл бұрын
Bro c programming ku neenga enna book use panninga pls sollunga bro it's important bro
@rockyprasanth7429
@rockyprasanth7429 4 жыл бұрын
What is different between printf and scanf....
@snehamurali6797
@snehamurali6797 3 жыл бұрын
Printf means .....it will print the statement in the output whereas scanf is used to get the value from the user
@snehamurali6797
@snehamurali6797 3 жыл бұрын
kzbin.info/www/bejne/m3m5lGWBqKmSmpo
@snehamurali6797
@snehamurali6797 3 жыл бұрын
Refer this same tutorial......from the first video......you can clearly understand bro
@madrohan2009
@madrohan2009 4 жыл бұрын
why do you use *fp while declaring a file?
@AsteriskYoutube
@AsteriskYoutube 4 жыл бұрын
To check whether the file exist or not and also to store the address of the file to use the file , if the file exist fopen function returns address of file but if file doesn’t present it will return null character , hope you understood
@madrohan2009
@madrohan2009 4 жыл бұрын
Thanks
@snehamurali6797
@snehamurali6797 3 жыл бұрын
Normally pointer is used to store the address of the variable ........wheraeas in file concept , we want file pointer to store the address of the file .....so we are using *fp
@mrprogramer9628
@mrprogramer9628 3 жыл бұрын
Don't lying Bro... If u lying to me then I will unsubscribe your channel..
@aishwaryamuthukumar2235
@aishwaryamuthukumar2235 4 жыл бұрын
Bro pls tell about append mode
@AsteriskYoutube
@AsteriskYoutube 4 жыл бұрын
Append mode is similar to write mode the similarities are as follows ---- if the files present it will work and also it the file doesn’t present they both will create a new file and do the work , so here comes the difference--- if you already have written something in a file and use that file with write mode then it will clear the data of the file but append continues the file example in a file you have written hello world and u used write mode and made the program to write hi in the file so the output will be like hi but if u do this in append mode the output will be hello world hi , hope u understood and I’m poor in explaining
@snehamurali6797
@snehamurali6797 3 жыл бұрын
Append mode is nothing but......it will continuously write to the existing file
@snehamurali6797
@snehamurali6797 3 жыл бұрын
For example .....in file A you written as hi ......and in the same file...using append mode.... you written as guys .....you will get the result as Hi guys........
@aishwaryamuthukumar2235
@aishwaryamuthukumar2235 3 жыл бұрын
@@AsteriskKZbin thank you🙏
@aishwaryamuthukumar2235
@aishwaryamuthukumar2235 3 жыл бұрын
@@snehamurali6797 thank you 🙏
@sathyathiyagarajan7448
@sathyathiyagarajan7448 2 жыл бұрын
Bro c programming ku neenga enna book use panninga pls sollunga bro it's important bro
51. Break, Continue and goto statement in C in Tamil
5:45
Tamil Pro Techniques
Рет қаралды 26 М.
49. File Handling in C _1 in Tamil
9:54
Tamil Pro Techniques
Рет қаралды 30 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
[Paper Reading] Fastrack: Fast IO for Secure ML using GPU TEEs
1:03:10
C_127 fseek() function in File Handling | C Language tutorials
20:08
Jenny's Lectures CS IT
Рет қаралды 95 М.
Files in C(Tamil) | C language in Tamil | Logic First Tamil
18:06
Logic First Tamil
Рет қаралды 38 М.
45. Union in C in Tamil
8:50
Tamil Pro Techniques
Рет қаралды 27 М.
11. what is Function in Tamil ||Tamil Pro Techniques||
11:31
Tamil Pro Techniques
Рет қаралды 97 М.
33. String in C || Tamil Pro Techniques ||
7:42
Tamil Pro Techniques
Рет қаралды 46 М.
File Handling in Tamil Text files,Reading and Writing files in Tamil GE3151 Problem Solving & Python
22:54
Sequential Access Files in C in Tamil | Programming in C | Unit 5 File Handling in C | CS3251 Tamil
7:19