Initializing & Accessing the Structure Members

preview_player
Показать описание
C Programming: Initializing & Accessing the Structure Members in C Programming.
Topics discussed:
1) Initialization of Structure Members.
2) Accessing the Structure Members.

Music:
Axol x Alex Skrindo - You [NCS Release]

#CProgrammingByNeso #CProgramming #StructuresInC #StructureInitialization #Structure&Union
Рекомендации по теме
Комментарии
Автор

Bro, u can also become dubbing artist in film industry, such a royal voice yours is❤️❤️❤️❤️

amruthn
Автор

I started at video 150. I'm going to start from the beginning. I've learned so much in the last 4 videos. Incredible instruction.

TheFeralEngineer
Автор

Finally we succeeded in structures concept it will be very helpful to us if NESO Academy teach us object oriented programming concepts

hemasundarkasturi
Автор

Guys ı'm from Turkey I would'nt think that an Indian guy can give a lecture to me This is awesome😁😁
Ty guys...

mr-moses-
Автор

Hi. In minute 0:45, inside of main function. Do you have to initialize all variables of the structure? Or can you just initialize lets say the third variable? And how do you do that? Because they seem to be initialized in order. Thank you.

SimonTheFlash
Автор

Write statements to accomplish each of the following.
Assume the
structurestruct person { char lastName [10]; char City [20]; int Age; }; has been defined and that the file is already open for writing. i) Initialize the file "personaldata.dat" so that there are 100 records with lastName="", City=" " and Age = 0. ii) Input 10 last names. first names and ages and write them to the file..
Can you please help me to solve this

sreyam
Автор

can we declare same variable to two different structure

eeeitguy
Автор

Sir actually we can initialize the value in global scope? Or only initialize in local scope?

dineshr
Автор

How to print the output of 1st program you write in this video??

deejayVaibh
Автор

Why the heck are we paying to our goddamn colleges instead of paying you

dmolisherxr
Автор

What if we have not initialized some value of a variable .does it show any error ?

Eg:
Struct cars c1={"ddis 190 engine", "petrol", 32, 4}

mandalaquotes_arts
Автор

Sir in first problem you using curly bracket in intialiazaion but in second program only use assignment orpeator or semi column why sor please tell iam very scared because i very weak in c programing

vipinmishra
Автор

Bro, how you make this type of videos?

_Who_u_are