Theory - C Programming Structure PART 1|| Learning C Programming || #C243 collection of variables

Subscribers:
10,700
Published on ● Video Link: https://www.youtube.com/watch?v=4H2H6-PPldo



Duration: 7:45
96 views
12


Structure is a collection of variables (can be of different types) under a single name.

For example: You want to store information about a person: his/her name, citizenship number and salary. You can create different variables name, citNo and salary to store these information separately.

What if you need to store information of more than one person? Now, you need to create different variables for each information per person: name1, citNo1, salary1, name2, citNo2, salary2 etc.

A better approach would be to have a collection of all related information under a single name Person structure, and use it for every person.
Create structure variable
When a structure is defined, it creates a user-defined type. However, no storage or memory is allocated. To allocate memory of a given structure type and work with it, we need to create variables.
How to Access members of a structure?
There are two types of operators used for accessing members of a structure.

Member operator.
Structure pointer operator

|| Like-Comment-Subscribe-Share ||
||Support and Subscribe ||
#rubalsolutions #coding #developer #programming #programmer #technology #clanguage #computerscience #c #informaticpractices #sub #subscribe #youtube #newyoutuber #youtubechannel

To Install Turbo C++ 4.5 Click on Below Link and Download rar file and extract and then install..
address updated by app.box.com on 8 april
https://app.box.com/s/soz2137zo0rv0sb08pf4upzgj01umfjr

Do Like,Comment,Share and Subscribe if u are learning little bit.
Please give me suggestions in form of comment box .

Link To My Blog - https://www.blogger.com/blogger.g?blo...
Like me on Facebook @ https://www.facebook.com/rubalsolutions/
Follow me on Twitter @ https://twitter.com/ruby0071
Follow me on Instagram @https://www.instagram.com/er.rubal/
Email me at :- ruby0071@gmail.com
Youtube Gears / devices & equipements
1. DSLR Camera : https://amzn.to/2ZIIEvL
2. Microphone : https://amzn.to/2DGHwiR
3 Regular Camera: https://amzn.to/2Lgkgyp
4 Mic https://amzn.to/2ZJxkPP
5 Microphone https://amzn.to/2LeKvFc
Recording Microphone Mic & Tripod Stand for Laptop
https://amzn.to/2WCV5a8
Mini Professional Handheld Microphone Compatible with Xiaomi, Lenovo, Apple, Samsung, Sony, Oppo, Gionee, Vivo Smartphones (One Year Warranty)
https://amzn.to/2HRp1fj
********************************************************************
Our Video's Categorized In Different Playlist
*******************************************************************
Playlist for C Programming
https://www.youtube.com/watch?v=3l7QFOHaiUs&list=PLtUZeWk8rCCbRvRKsaBoz_5-SPIILeXJ3
*******************************************************************
Playlist for नवरात्रि की 9 कहानी
https://www.youtube.com/watch?v=vsyKFhu5VDg&list=PLtUZeWk8rCCbtaNBMvtz_WV3_4o3EM6MX
*********************************************************************
Playlist for Class 6th || CBSE || computer science || Course Book ||
https://www.youtube.com/watch?v=I6AaJc5Aolw&list=PLtUZeWk8rCCbwnOz5SNWgyNeestDtIyYU
********************************************************************
Playlist for FULL FORMS (Commonly Used Full FORMS )
https://www.youtube.com/watch?v=zn_0-TKAeHw&list=PLtUZeWk8rCCZTG37ebv8LSCRif35YFf6p
*******************************************************************
Playlist for Class 5th || CBSE || computer science || Course Book ||
https://www.youtube.com/watch?v=xdQeHaQv8-Q&list=PLtUZeWk8rCCZwrrJ9tvWULXmk-BnRVt-g
*******************************************************************
Playlist for Class 4th || CBSE || computer science || Course Book ||
https://www.youtube.com/watch?v=MUILA7lkql8&list=PLtUZeWk8rCCaqnVK_PLkPF3wyRGKHY9Op
*******************************************************************
Playlist for Class 3rd || CBSE || computer science || Course Book ||
https://www.youtube.com/watch?v=iVGs0Z3NkI4&list=PLtUZeWk8rCCYT-RWMkXrgfrs-xBVi7qWi
******************************************************************
Playlist for Class 2d || CBSE || computer science || Course Book ||
https://www.youtube.com/watch?v=NRNyqFYes0M&list=PLtUZeWk8rCCbCGbMyc03ICrv3yrEZrcJZ
********************************************************************




Other Videos By Rubal Solutions


2019-05-16Rubal Solutions Welcomes You All... Spread Education Spread Love Share and Subscribe
2019-05-13Program 120 #P120 C program to demonstrate getdate() method #C248
2019-05-13Dino Run No Internet Game . There is no Internet connection - Chrome game
2019-05-13Program 119 #P119 C Program To Explain Simple Structure Pointer #C247
2019-05-12Happy Happy 6th Month Anniversary || 6 Months of Journey || Thank You || Completion of 6 Months ||
2019-05-11Come Learn Support and Subscribe.
2019-05-09Theory - C Programming Structure PART 2|| Learning C Programming || #C246 CONCEPTS IN C STRUCTURE.
2019-05-07Program 118 #P118 C Program to Store distance Using Structure #C245
2019-05-06Program 117 #P117 C Program to Store Information of a Student Using Structure #C244
2019-05-05ख़्वाजा ❤️❤️❤️ #DargahSharif #Ajmer #KhwajaGharibNawaz #PeacefulEvening Aaj Ka Darshan #Blessings
2019-05-05Theory - C Programming Structure PART 1|| Learning C Programming || #C243 collection of variables
2019-05-04How to Upload Youtube Video from Android. Youtube Video को कैसे डाले मोबाइल फ़ोन से ।। easy simple स
2019-05-03Program 116 #P116 C Program to Sort Elements in Lexicographical Order Dictionary Order #C242
2019-05-02Program 115 #P115 Calculate Length of String without Using strlen Function #C241
2019-05-02Program 114 #P114 C Program to Remove all Characters in a String Except Alphabet #C240
2019-05-01Program 113 #P113 C Program to count vowels, consonants, digits, spaces in String Programming #C239
2019-05-01Program 112 #P112 C Program to Find the Frequency of Characters in a String || C Programming #C238
2019-04-30Program 111 #P111 -Example 3: passing string to function c strings functions|| Simple String #C237
2019-04-30Program 110 #P110 -Example 2: gets() and puts() c strings input output functions|| String #C236
2019-04-29Program 109 #P109 -Example 1: scanf() to read a string || Simple String #C235
2019-04-29Theory - C Programming Strings || Learning C Programming || string is an array of characters #C234



Tags:
c course
c programming language
c programming language tutorial
c programming language tutorial for beginners
c (programming language)
programming language (software genre)
computer education
computer education in hindi
basic computer training
rubalsolutions
coding
developer
newyoutuber
subscribe
sub
computer-science
subscribeandsupport
structures in c
hands on c language training
c language training
c tutorials
C Programming Structure
Structure
define a structure



Other Statistics

Counter-Strike: Source Statistics For Rubal Solutions

At present, Rubal Solutions has 638 views spread across 3 videos for Counter-Strike: Source, and less than an hour worth of Counter-Strike: Source videos were uploaded to his channel. This is less than 0.34% of the total video content that Rubal Solutions has uploaded to YouTube.