Mam'am Please start the lecture on C++ language, Thank you so much for making awesome lecture. You have made everything easy. Again thank you so much Ma'am.
And ma'am one thing is more that your lectures are in English lecture and I also know about English language from your lectures 😀😀 and your style of teaching is very very excellent
Mam, please teach C++, Python , Java languages. Please upload video this languages. Mam your lecture is so helpful in my education B.C.A. thank you so much Mam.
Someone please help me how to automatically execute few sets of codes in command prompt after starting the windows. (Like : automatically copying and pasting text from sticky notes to command prompt) Please help 🙏🙏🙏🙏
#include int main(){ typedef struct student { int rollno; char name[20]; int marks; } stu; stu s; s = {1,"arpit",34}; printf("roll No is %d Student name is : %s Marks is %d",s.rollno,s.name ,s.marks); return 0; } isme error kyo aa rhi hai
I am from Kenya, and I love your explanations. Very well explained
Mam'am Please start the lecture on C++ language, Thank you so much for making awesome lecture. You have made everything easy. Again thank you so much Ma'am.
th-cam.com/video/_NM2P--kJp0/w-d-xo.html C++ series 👍
Am learning c
It is awesome to be in your class always... When I watch your videos I really understand everything... Thanks alot 🙋❤️👍
And ma'am one thing is more that your lectures are in English lecture and I also know about English language from your lectures 😀😀 and your style of teaching is very very excellent
The mOst underrated TH-cam channel
Mam. You're teaching method is really awesome!
#include
#include
typedef struct student
{
int rollno;
char name[20];
float marks;
}stu;
int main()
{
stu s1 ={1, "sushil",90};
stu*ptr = &s1;
printf("info for s1");
printf("
%d %s %f", ptr->rollno, ptr->name, ptr->marks);
return 0;
}
Love and Respect to one of the most amazing Teachers/Professors
Teaching Method is Excellent
Got a lot of help ( Data structures & algorithm )
Love From 🇵🇰
Impressed by way of explanation miss
Nice explanation mam we can understand clearly thanks mam 🙏🙏
thank you for guiding us.. i would very much like to be taught by you and how you describe these things easily rather making it complicated .
Mam, please teach C++, Python , Java languages. Please upload video this languages. Mam your lecture is so helpful in my education B.C.A. thank you so much Mam.
Are you B.C.A. student
Mam aur kintni video me app c pura complete kardoge?
Mam please complete quickly
Mame, thank you so much for such informational and helpful content.
Mame please can you make videos on Python tooo......
Mam plss teach other programing languages like pythan,c++ and java.
structure topic start at 02:35
Bhai Bhai🥺💯 ❤️
many many thanks.....from bangladesh
Thanks for the awesome vdo 😍👌 ✨
Ma'am pls it's a request to complete all the topics in December itself as I Am having my university exams from 2 January
Fan of mam....and her lectures
When will you complete C and teach other languages mam
your lectures are awesome and easy to understand
Hello dear, I just want to know if it is your full time I mean yT channel or do you have another profession?
She is a lecture in college
So beautiful ma'am
Dear mam Salam!! Is there no video on file handling??
Mam i am from tamilnadu
Please tell preef logicals to the program 😊
MaM Time and Complexity in Data Structure pa video bnao plz I can't find in playlist.
take care typedef janyanthi jenny_maam
😉😉
Thnku mam...best-ever content and explanation..
Love u mam
that's like my GORI MAM 👉
Please start c++ lecture mam
Mam tq ❤
This is awesome
madam why is unacademy login limited to only seven countries,I am a Ugandan but uganda isn't part of the recommended contries
mam ..will u start python after c?
or what r u planning for
Yes mam please start python after C 🙏🙏😄
Mam, Please finish this course ASAP.
Mam you are great.🥰🥰🥰
Thanks mam
Someone please help me how to automatically execute few sets of codes in command prompt after starting the windows. (Like : automatically copying and pasting text from sticky notes to command prompt) Please help 🙏🙏🙏🙏
So cute ❤️
Mam please upload files in c. Mam I saw ur all vedios about c languages. Now I am waiting for files in c mam.
Ma'am please create video on priority queue in DSA
For(i--;i=0;i--) two times decreased or one time decreased if only one time decreased why? please reply?
Html css & Java script ka v video banaeye
Mam please make lecture in our mother tongue language hindi
Mam,can you reply What is this Ais name you are pronouncing?
Mam more how many videos we have to watch for c lang
Love u mamm....
end C and start C# Kotlin and ML
Mam please start playlist for SQL mam 🥲🙏
Mam plz do video on c++
th-cam.com/video/_NM2P--kJp0/w-d-xo.html C++ series 👍
mam should be do modelling
Madam madam pls give us a break....
Getting headache 🤦 madam with continuous classes....😭
Mam please do videoson python
Mam love you💞💞💞😘
Mam please write the program using structure 60 students details plzz
Aap c++ nai padhati h kya dii..???please c++ b start kr dijie...
th-cam.com/video/rqRLWZxo5Ww/w-d-xo.html C++ series 👍
Mam plz reply how to do pattern in notepad++
Use different name
New name old name n different variable also it's confusing
I need pdf for these classes
B. Tech branch theory cs branch ka aktu syllabus videos upload karia on TH-cam
Nice class!!!
Love you from pakistan
Please mam upload more lecture
Please upload this type pattern solution
*
* *
*
*
*
* * * *
*
* * * * * *
*
*
*
* * * * * * * *
Mam
First view mam 😄
No i am first 😎✌️
😳mam
is that aliyas name 10:40 anyone clear me that
Yes
Yes..
U mam....🥲
maam u r beautiful ❤
I Love your way of teaching and you are so cute ma'am
❤
1st view yaaaaahoooooooooo🥰🥰🥰
💞❤love y
U look bomb miss !
Mam aap bhoot cute lag rhe ho
Mem Hindi me pdao🙏🙏👍
th-cam.com/video/LGJ8xTzRGqg/w-d-xo.html C language full series in hindi👍
behna hindi m bol ....samajh nahi aata h
So hot
#include
int main(){
typedef struct student {
int rollno;
char name[20];
int marks;
} stu;
stu s;
s = {1,"arpit",34};
printf("roll No is %d
Student name is : %s
Marks is %d",s.rollno,s.name ,s.marks);
return 0;
}
isme error kyo aa rhi hai
bro structure has to be declared outside main, as it has to have global scope
#include
/*
struct Student{
int id; char name;
};
int main()
{
struct Student var;
var.id = 1234;
var.name = 'F';
printf("
Student Id is: %d
", var.id);
printf("Student grade is: %c", var.name);
*/
struct Student{
int id; char name;
};
int main()
{
typedef struct Student stu;
stu var;
var.id = 1234;
var.name = 'F';
printf("
Student Id is: %d
", var.id);
printf("Student grade is: %c", var.name);
return 0;
}