Passing Arrays As Function Arguments: C Tutorial In Hindi #32

preview_player
Показать описание
In this series of C programming tutorial videos, I have explained you everything you need to know about C language. I hope you are enjoying this C course in Hindi.

Best Hindi Videos For Learning Programming:

Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

At this point in this course, aapse poochna chahunga ki course kaisa laga aapko? Koi suggestions? Let me know please and thanks a lot for your love and support :)

CodeWithHarry
Автор

Best channel ever for newbies and also for advance developers keep supporting him guys he is providing us free course, you uploading videos on c and various language for further.

aio-withtheease
Автор

tu bohot mast kaam karta he harry bhai...

sagarvariya
Автор

Ye tutorial todha fast Ho Gaya
Beginner ke liye Samjna hard tha

palakpanpaliya
Автор

SIR...what is the force or feeling, that keeps you derive to work for free but at same time, in such an efficient way? Kudos Sir!

manush
Автор

Thank you so much harry.... earlier I was afraid of pointers... and this array pointer was too complicated for me .... but I think after this video I'm not... I gain confidence in coding and I'm enjoying it... thank you so much, man... :)

pravinkakade
Автор

thanks a lot harry bro y really have made c interesting and fantastic.its no longer boring for me and difficult for me...i have one request please make videos on c++ (complete syllabus)and on python libraries ...

KundanKumar-ftuu
Автор

Thankyou so muchh harry bhai ap to carry bhai nikle badi company's jo pasie leke coding padhate hai unko roast kar diya thakyou ji

anonymousgerman
Автор

the thing that you always gives the reason to use any function makes your videos best

anushkakushwah
Автор

Congratulation Harry bhai you reached 6 million subscriber

MicaEditz
Автор

Just loving the way the course is going!!
Thank you Harry bhai for making such awesome content!❤❤

nishitjadiya
Автор

Content is really nice and easy to understand. I want to know how to take a multi dimensional array as function parameter ?

avikghosh
Автор

Amazing vedio I'm watching daily...
Now reached at #32 vedio
I will complete full course of c language
Today dated 13 June, 2020
Target of end course is.
Up to ending 25 June, 2020

schoollife
Автор

thanks bhai i will become expert in c language till your last a lot

SumitSingh-xuqs
Автор

Four things :
arr = &arr[0]
arr + i = &arr[i]
*arr = arr[0]
*( arr + i ) = arr[i]

Array as parameter
int func(int arr[]) and int func(int* arr) are same.

Passing Array as parameter
int arr[10];
printArray(arr);

Epinephrine_
Автор

Sir volatile keyword pr ek video bnao plz

harphoolmeena
Автор

bhai mne ye video 2nd baar dekhi ab puri smjh a gyi h

abhishekpandit
Автор

Harry bhai aap Ik hi video me alag alag file bana ke use kia kro different types k liye ese mixed up hojata

riyanp
Автор

In previous video you said that if it is call by reference then we can change the value in given fuction but here you are passing value to function then how it will replace value of array with new value of array in function

sciencejournal
Автор

Please flappy bird or street fight ya koi aur thoda advance game ko python me banake dikha do

abhaypunia