if i combine both videos like this c programming play list and c in one video ,this video series is so much underrated :( this course this far better than all other paid courses available on udemy ....
bhaiya mere pas ek book he , sab he usme, but kabhi kabhi itta jyada padhke kuch cheze ignore hoti he, apki ye playlist dekhke mere purane concepts bhi clear ho gae or infact naya bhi sikhne ko mila ☺, bhaiya DATA STRUCTURES AND ALGORITHM ka bhi kuch esa hi banado na please or COMPETITIVE CODING ka bhi gyan dedo, thanks a lot bhaiya, loved your course
You have already created a Student Record Keeper program in Assignment 2. Your task is to implement File Handling on each function you created in Assignment 2. Your Program should do following tasks using File Handling (Read and Write files according to functions): 1. Add New Student 2. Remove Existing Student 3. Search Student (one OR more) by Department 4. Search Student (one OR more) by City 5. Search Student (one OR more) by Program (Using Array Sorting) 6. Update Existing Student (Using Pointers) 7. Find Total Number of Students of Specific Department 8. Find Average Result of Specific Department 9. Search Specific Student by Reg No. and Find whether He is Pass ‘OR’ Fail 10. Find the grade each subject of the student by registration No. Each Student should have Following Attributes: I. Reg No (Unique for each student) II. Name III. DOB IV. Department (Department values should be ‘Management’ or ‘Computer Science’ or ‘Physics’) V. Program (like BSCS, BSM, BSSE etc.) VI. Subjects (Maximum 5) VII. Obtained Marks in each subject out of 100
Bhai mujhe ek confusion hai.. Ki aapne file open karne ke baad fclose fucntion ka use ku nahi kia.. Aapne hi to bola tha video m ki is function ka use krne must h... Please give solution of this problem
Harry sir nice explain for this video but sir jaab file ko w+ ma khol raha tha ro file khul nahi rahi to kya problem hogi sir please bata dijiye syntax code ma
Bro 1st learn website and software development And then work on debugging and then loop holes and then how to fix that loophole. Then you'll automatically become as a hacker.
Sir poori file ko read kese karenge ?? fscanf se toh bss first word print ho raha Hai , toh hum log poora Content kese print karenge ?? Plz reply sir or others if U know
Bro plz post videos fastly coz i have completed course till here and i wanna complete whole C till 23 of June coz i sat a deadline of that day bro. Hope you understand bhaiya
15:57 this is not fair ,you wrote three lines each having five words and this code read just first word ,if words interconnect with underscore then it works as one word but this code doesnt read the file , you have to show it
this is very simple , he changed 34 to 64 so that storage become enough for the string. Although 34 was enough but giving more space is good so he gave it
Harry bhai mera ye program apke je sa q kam nhi kar raha?? Matlab ye program karne ke bad mere file me kuch change nhi ho raha apke program ke tarah.. Plz bhai help karo batao q nhi ho raha.
github.com/susheelsk/image-background-removal Is script ko solve kardo ne Ek video banavona or run karke dikhao na please meri jaan raha gayi is script me please😫🙏🙏💓
i am still not able to figure how to command a file without giving it's definite address here if running the below code than readjust the location to any of your computers text file #include #include int main() { char x[10]; char y[10]; char z[10]; int j; puts("enetr no. of clients"); scanf("%d",&j); FILE *p=NULL; p= fopen("C:\\Users\\hp\\Desktop\\text file.txt","w"); for(int i=0;i
#include int main() { FILE *ptr= NULL; char string[10]="THANKS "; ptr=fopen("example.txt","w"); fprintf(ptr,"%s",string); fclose(ptr); char name[20]; char item[20]; int outlet; printf("ENTER THE CUSTOMERS NAME- "); scanf("%s",&name); printf("ENTER THE ITEM- "); scanf("%s",&item); printf("ENTER THE OUTLET NUMBER- "); scanf("%d",&outlet); ptr=fopen("example.txt","a+"); fprintf(ptr,"%s",name); fputs(" for purchasing ",ptr); fprintf(ptr,"%s",item); fputs(" from our outlet no. ",ptr); fprintf(ptr,"%d",outlet); fputs(" Please visit our outlet no.",ptr); fprintf(ptr," %d",outlet); fputs(" for any kind of problems. We plan to server you again soon.",ptr); fclose(ptr); ptr=fopen("example.txt","r"); char c[300]; fgets(c,300,ptr); printf(" %s ", c ); fgets(c,300,ptr); printf(" %s ", c ); fgets(c,300,ptr); printf(" %s ", c );
I will be uploading a C project on my new channel ProgrammingWithHarry (In English)
Find it here: th-cam.com/channels/7btqG2Ww0_2LwuQxpvo2HQ.html
bro...what if I want to print the whole content from the file
Plz make more deep video on c
if i combine both videos like this c programming play list and c in one video ,this video series is so much underrated :( this course this far better than all other paid courses available on udemy ....
Seriously , better than udemy.
Indeed!❤
At this time you are not well but still made this video salute you
bhaiya mere pas ek book he , sab he usme, but kabhi kabhi itta jyada padhke kuch cheze ignore hoti he, apki ye playlist dekhke mere purane concepts bhi clear ho gae or infact naya bhi sikhne ko mila ☺, bhaiya DATA STRUCTURES AND ALGORITHM ka bhi kuch esa hi banado na please or COMPETITIVE CODING ka bhi gyan dedo, thanks a lot bhaiya, loved your course
please, send me pdf book
Loving the playlist fully till now.
sir ap bahut achi tarah se samjate ho mai apne freinds ko bhi apke channel ke bare mai batata rehta hu ab boh bhi apki video ko dekhte hai
I understood everything even pointers in my college .But i had doubts in File.After this video all doubt got destroyed.
Thanks Harry Bhaiya
Having Cold and still making the tutorial! Love you bhai!!
Amazing tutorial of c programming lang
Nice video i now learning c in enjoying mode
thank you very much for making it crystal clear
Excellent explanation
very nice video harry bhai😊
just loved your videos bhaiya
Very useful video .
bhaiya computer science engineering me jitna syllabus hota h uspar videos banaye hamare jaise bahut student ki madad milegi aap jaisa sikhane wala teacher ho to koi baccha Idhar udhar gumrah nhi hoga
Thanx bhaiya bahut mast tha ye wala
Bhai I have One Request .. please python chatbot banana dikhao...then we can use it on our Virtual assistant...
Please i can help you
good content
Thanks for such a nice explanation. ♥🔥👍
Harry bro you are the best 🙏
You have already created a Student Record Keeper program in Assignment 2. Your task is to
implement File Handling on each function you created in Assignment 2. Your Program should do following
tasks using File Handling (Read and Write files according to functions):
1. Add New Student
2. Remove Existing Student
3. Search Student (one OR more) by Department
4. Search Student (one OR more) by City
5. Search Student (one OR more) by Program (Using Array Sorting)
6. Update Existing Student (Using Pointers)
7. Find Total Number of Students of Specific Department
8. Find Average Result of Specific Department
9. Search Specific Student by Reg No. and Find whether He is Pass ‘OR’ Fail
10. Find the grade each subject of the student by registration No.
Each Student should have Following Attributes:
I. Reg No (Unique for each student)
II. Name
III. DOB
IV. Department (Department values should be ‘Management’ or ‘Computer Science’ or ‘Physics’)
V. Program (like BSCS, BSM, BSSE etc.)
VI. Subjects (Maximum 5)
VII. Obtained Marks in each subject out of 100
May ny is my data save kerwa lea hy but agy ni smjh arhi 2 remove sy agy ni ho rha i need help
@@آمنہ-ز4ص i will help you
1 saal hogay agle janam me karoge kya?@@sauravnalawade6989
nice explanation
Bhai mujhe ek confusion hai.. Ki aapne file open karne ke baad fclose fucntion ka use ku nahi kia.. Aapne hi to bola tha video m ki is function ka use krne must h... Please give solution of this problem
Good job sir
Thank you so much
Nice video
Tq bro
sir please add video on svm,decision treen, random forest,naive bayes on data science series
Good bhai
Mst hai bro😊😊😊😊😊😊😊
thanku so much sir for this much clear explanation
Thankyou sir ❤️
Congratulations for 4M🎉
Harry sir nice explain for this video but sir jaab file ko w+ ma khol raha tha ro file khul nahi rahi to kya problem hogi sir please bata dijiye syntax code ma
Sir
My name is yugandhar
And i want to become an ethical hacker
Do i want to learn programming deeply
Or only basic
Bro
1st learn website and software development
And then work on debugging and then loop holes and then how to fix that loophole.
Then you'll automatically become as a hacker.
@@vishalkumawat9146 Right!!but more step
You can
Awesome👍👍👍 bro
9th comment . U finally became a programmer
Sir poori file ko read kese karenge ?? fscanf se toh bss first word print ho raha Hai , toh hum log poora Content kese print karenge ??
Plz reply sir or others if U know
Bro plz post videos fastly coz i have completed course till here and i wanna complete whole C till 23 of June coz i sat a deadline of that day bro. Hope you understand bhaiya
thank you januuuuuuuu :)
What if we want to take text from txt file it should have those spaces? How can we make it do that so it won't stop after detecting spaces?
सर प्लीज विडियो बनाइये ai मे कस्टम voice केसे लगाये और ai को हिंदी मे कैसे बनाया
Please Sir please😢😢
Harry bhai mau apni hardrive ka partition kr rha tha
Pr glti se vhd bn gyi jiska mujhe koi use nhi kya aap bta skte ho use remove kese kre
Awesome 😎👍
Sheikh Soaib
Sir fscanf () me "%[^
]" ka use bataye na
I am not able to read or write file . Can anybody help me
very good work !👌👌
Smj me ata hy bhai aap padhate rho
What is the secret behind 34🤔
I love you
Bro I am getting some garbage value while printing
Sir aur kitni videos aaengi c language ki??
💯
Op
OS design tutorial video upload kob kore
15:57 this is not fair ,you wrote three lines each having five words and this code read just first word ,if words interconnect with underscore then it works as one word but this code doesnt read the file , you have to show it
Sir please help
Mai vs code mei jab apna code run kr raha hu to wo show kr raha h code is already running.
Please reply me sir help
How to create a Binary file???
Sir esme mujhe Pura sentence ko read karna hai toa Kaya karege
sir this program is not working in my dev c++ compiler,does this program only support visual studio code for compilation
There is something which works in VS code not dev c
Ex....
for(int i=0 ; i
why u r not replying to any of my comment in the python tutorial series..
plzz support new learners bro
Char string[34]
Cahr string[64]
Sir, I don't understand this
Please tell me
What is this
this is very simple , he changed 34 to 64 so that storage become enough for the string. Although 34 was enough but giving more space is good so he gave it
arey bhai ,the code kuch problems nahi dikha raha hai phar fir bhi change nahi ho raha hai file mei
Harry bhai mera ye program apke je sa q kam nhi kar raha?? Matlab ye program karne ke bad mere file me kuch change nhi ho raha apke program ke tarah.. Plz bhai help karo batao q nhi ho raha.
Use the actual mode for file.
21-06-24
Harry bhai meri txt file creat hori hai but wo read aur write nhi ho rahi hai plz help me 😭
Why your source code not working
Harry bhai muje aapse baat karni he
🐻🐻❄️🐨🐼
github.com/susheelsk/image-background-removal
Is script ko solve kardo ne
Ek video banavona or run karke dikhao na please meri jaan raha gayi is script me please😫🙏🙏💓
Nice script bro
i am still not able to figure how to command a file without giving it's definite address here if running the below code than readjust the location to any of your computers text file
#include
#include
int main()
{
char x[10];
char y[10];
char z[10];
int j;
puts("enetr no. of clients");
scanf("%d",&j);
FILE *p=NULL;
p= fopen("C:\\Users\\hp\\Desktop\\text file.txt","w");
for(int i=0;i
#include
int main()
{
FILE *ptr= NULL;
char string[10]="THANKS ";
ptr=fopen("example.txt","w");
fprintf(ptr,"%s",string);
fclose(ptr);
char name[20];
char item[20];
int outlet;
printf("ENTER THE CUSTOMERS NAME-
");
scanf("%s",&name);
printf("ENTER THE ITEM-
");
scanf("%s",&item);
printf("ENTER THE OUTLET NUMBER-
");
scanf("%d",&outlet);
ptr=fopen("example.txt","a+");
fprintf(ptr,"%s",name);
fputs(" for purchasing ",ptr);
fprintf(ptr,"%s",item);
fputs(" from our outlet no. ",ptr);
fprintf(ptr,"%d",outlet);
fputs("
Please visit our outlet no.",ptr);
fprintf(ptr," %d",outlet);
fputs(" for any kind of problems.
We plan to server you again soon.",ptr);
fclose(ptr);
ptr=fopen("example.txt","r");
char c[300];
fgets(c,300,ptr);
printf(" %s
", c );
fgets(c,300,ptr);
printf(" %s
", c );
fgets(c,300,ptr);
printf(" %s
", c );
return 0;
}