C_115 Structures in C using typedef | C Language Tutorials

preview_player
Показать описание

Use my code JKL10 to enroll for Unacademy Gate Scholarship Test:

Unacademy Combat Enrollment Link:

Connect & Contact Me:

See Complete Playlists:
Рекомендации по теме
Комментарии
Автор

I am from Kenya, and I love your explanations. Very well explained

mjcee
Автор

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.

manmohanmishra
Автор

Am learning c
It is awesome to be in your class always... When I watch your videos I really understand everything... Thanks alot 🙋❤️👍

Cosname
Автор

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

sajjadhaiderkhan
Автор

#include<stdio.h>
#include<string.h>

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("\n%d %s %f", ptr->rollno, ptr->name, ptr->marks);
return 0;
}

sushilgbp
Автор

Mam. You're teaching method is really awesome!

omarahmedaziz
Автор

Teaching Method is Excellent
Got a lot of help ( Data structures & algorithm )
Love From 🇵🇰

FahadKhan-xble
Автор

Mam aur kintni video me app c pura complete kardoge?

souradipmukherjee
Автор

Love and Respect to one of the most amazing Teachers/Professors <3

HannaHanna-ozcj
Автор

Nice explanation mam we can understand clearly thanks mam 🙏🙏

sairoyal
Автор

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 🙏🙏🙏🙏

ConciseCoder
Автор

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 .

Pyramid_learner
Автор

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.

chaitanyanarwade
Автор

madam why is unacademy login limited to only seven countries, I am a Ugandan but uganda isn't part of the recommended contries

muherezajosephat
Автор

your lectures are awesome and easy to understand

bunco
Автор

Dear mam Salam!! Is there no video on file handling??

asmazahra
Автор

Mam what if we write typedef struct student student?

Parimala-tw
Автор

Hello dear, I just want to know if it is your full time I mean yT channel or do you have another profession?

mohansinghrawat
Автор

Mam, can you reply What is this Ais name you are pronouncing?

hasanmahmud
Автор

Mame, thank you so much for such informational and helpful content.
Mame please can you make videos on Python

rajivkumarbaitha