Theory Lecture - C – Pointers BASIC PART 1 || Learning C Programming || For Beginners || #C223

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



Duration: 16:56
340 views
32


KEY POINTS TO REMEMBER ABOUT POINTERS IN C:

• Normal variable stores the value whereas pointer variable stores the address of the variable.
• The content of the C pointer always be a whole number i.e. address.
• Always C pointer is initialized to null, i.e. int *p = null.
• The value of null pointer is 0.
• & symbol is used to get the address of the variable.
• * symbol is used to get the value of the variable that the pointer is pointing to.
• If a pointer in C is assigned to NULL, it means it is pointing to nothing.
• Two pointers can be subtracted to know how many elements are available between these two pointers.
• But, Pointer addition, multiplication, division are not allowed.
• The size of any pointer is 2 byte (for 16 bit compiler).

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

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




Other Videos By Rubal Solutions


2019-04-23Program 103 #P103 -C Program Example Pointers and Arrays .. Simple Pointer Array Example #C228
2019-04-22Program 102 #P102 -C Program Example How Pointer Works #C228
2019-04-22Some Useful Tips For Women Travelling In Train - Hope This Will Helps. Security Tips On Travelling.
2019-04-22Program 101 #P101-C Program to Access Array Elements Using Pointers #C227
2019-04-21Theory - Call By Reference ||Dynamic Allocation||C Lecture Pointer’s || Learning C Programming #C226
2019-04-19Theory - Pointers are powerful features of C C++ || Learning C Programming ||For Beginners||#C225
2019-04-18Class 6th : Chapter 4- Tables and Charts in Impress || CBSE || computer science || Course Book ||
2019-04-18Class 6th : Chapter 3- Learn Mail Merge || CBSE || computer science || Course Book ||
2019-04-17महावीर स्वामी का जीवन परिचय, 2019 जयंती | Mahavir Swami 2019 Jayanti and history in hindi
2019-04-16Theory Lecture - C – Pointers Arithmetic PART 2 || Learning C Programming || For Beginners || #C224
2019-04-15Theory Lecture - C – Pointers BASIC PART 1 || Learning C Programming || For Beginners || #C223
2019-04-14Program 100 #P100-C Program for Selection sorting-Implementing selection sort algorithm #C222
2019-04-14Program 99 #P99 - C Program for Insertion sort-Implementing insertion sort algorithm Ascending #C221
2019-04-14Program 98 #P98 - C Program for bubble sorting-Implementing bubble sort algorithm (Ascending) #C220
2019-04-13Program 97 #P97 - C Program to arrange numbers in ascending order (ARRAY SORTING PROGRAM) #C219
2019-04-13माँ सिद्धिदात्री की कहानी || नवरात्र के नौवें दिन माँ सिद्धिदात्री की पूजा की जाती है||शुभकामनाएं ||
2019-04-13माँ महागौरी की कहानी || नवरात्र के आठवें दिन माँ महागौरी की पूजा की जाती है || शुभकामनाएं ||
2019-04-12माँ कालरात्रि की कहानी || नवरात्र के सप्तम दिन माँ कालरात्रि की पूजा की जाती है || शुभकामनाएं ||
2019-04-11Program 96 #P96 - C Program to Add Two Matrix Using Multi dimensional Arrays #C218
2019-04-11Happy Happy 5th Month Anniversary || 5 Months of Journey || Thank You || Completion of 5 Months ||
2019-04-11Program 95 #P95 - C Program to Find Transpose of a Matrix #C217



Tags:
computer education
computer education in Hindi
basic computer training
rubalsolutions
beginner YouTube
coding'
developer
newyoutuber
computer-science
cprogramming
youtuberocks
subscribeandsupport
POINTERS
POINTERS IN C
stores the address
null pointer
C – Pointers
ampersand
asterisk
pointer to an integer
pointer to a double
pointer to a float
pointer to a character
Pointer arithmetic
Array of pointers
Pointer to pointer
pointers to functions
Return pointer
sub