@Malik Shahzaib Official literally itna acha aj tak kise youtuber naii nhi smjhaya mujhe apne teachers ka bhii kabhii smj nhi aya thank you very much for your support May God bless you and your family
Basically A single variable can contain a single value, under that variable name ,while an array can contain more than one value at time under same variable name. But still there are some other differences I’m discussing here from point of view of C/C++ .
We use array instead of variables, becuase array can store multiple data of same data type, i.e. it can store all the information of a student it but in variable we will have tp make new variable fpr every requred entry and if entry is of let's say 30 students then its gonna become really tough
Sir, make a tutorial on linked list memory allocations, recursion , ....and how we can use recursion instead of loops.....Answer is so simple, arrays are used to store same data type of more variables in a sequence...
Array to sirf similar datatype hold karta hai, Or structure me ham koi bhi datatype ka use kar sakte hai, Jese book ka auther, price, publisher,id ye sab data ke liye structure ki help leni padegi, Or array sirf same elements ke liye use hota hai, Jese int Rollno[10], so sare element integer roll no hold karenge
we use array because if we use variables instead of array we create alot of variables in program, and its become very difficult for us to handle it. * its easy for us to handle array instead of array. * our program become short. * easy for reader . * excution time become low
in array we store more data and in variable we store less data as well as in array we store same type of data type but in variable we store different type of data ..
osm way of teaching.... concepts blkul clear hu gay sir thanks aloottt... its really helpful for me bcz prso exam h c++ k... thanks alooott.... pointer and file stream topic ni h ap k lectures m ???
Agar 1 nadra office main 22 crore ki population ka data store krna hy to hm 22 crore data types leny ki bjaye 1 array lety hain jis k indexes 22 crore hoty hain.. In ko access Karna buht asaan hy from searching methods ... Yeah 22 crore variables leny sy a6a 1 aarry ly lien..
Assalam.o.alikum sirr..your teaching method sooo good👌..your Q ans is that variable mn hm short data ko store kr skty hn lkn arrays mn hm zyada data store krwa skty hn..e.g "Int a; "mn hn just 1 hi variable ki value ko store krwa skty hn lkn "int a(5);" mn hm 5 students ka data store krwa skty hn int data type ka
We use arrays instead of variables to save our time. Instead of writing it again and again we can just write it in one simple step by using arrays. For example:- arr[10]; In this example we've stored 10 variables in one step through arrays.
To learn about *C++ Structures* see Tutorial: *RUclips:* ruclips.net/video/m3ksoOQwDB8/видео.html *Website:* yscomputeracademy.blogspot.com/2022/10/c-structures.html
HUM ARRAYS KO IS LYE PREFER KRTY VARIABLES KI NISBAT BECAUSE HM BAR BAR VARIABLES DECLARE KREN TO BOHT TIME LGTA HA SO AIK HI VARIABLE MAIN KAI SUB VARIABLES DECLARE HOJAEN YAY ZYADA BETTER HAI...
finally found best youtube teacher for learning c++ from Pakistan
yup
Exactly great initiative taken by Shahzaib bhai 😍😘 ruclips.net/video/uGGv2yS3IO4/видео.html
💯 agreed
Hmm
I have learnt c++ from your videos lectures
May Allah reward you with the best .
@Malik Shahzaib Official literally itna acha aj tak kise youtuber naii nhi smjhaya mujhe apne teachers ka bhii kabhii smj nhi aya thank you very much for your support May God bless you and your family
All praises belongs to ALLAH ALMIGHTY, Thankyou so much!
Thank you so much Sir for making c++ an easy language for us.
You are the Best Teacher for C++ in Pakistan ♥️♥️
I don't want to take it long.... just wanna say"AWESOME ❤️" Very easy to hear and understand... like it very much..👍👍
ruclips.net/video/uGGv2yS3IO4/видео.html
Fabulous teacher of all the times.....
ALLAH apko mazeed kamyabiyon se Nwaze..... AMEEEEEN SUMA AMEEEEEN
Jazak Allah Sir Malik Shahzaib
Allah Gives you Reward........
Jai Shree Ram sir❤
Finally found a good programming teacher❤️
ruclips.net/video/uGGv2yS3IO4/видео.html
best ever then other videos
koi shak nai
best youtube teacher for learning c++. nice work
Sir good work it'sy first lec...
Ur teaching style is good mashallah..
Keep it up..
JazakAllah
very well taught
Thanks for this video it's very helpful
Because a variable can store only single piece of data while array stores multiple.
Multiple similar type
your way of teaching is really very good.....Sir your lectures are very helpful for me....Thank you soooo much
Thank U so much sir..!!!
This video is really helpful for me.
Plz help me in future too....
Great job sir...!!!!!
This is what I want..
ruclips.net/video/uGGv2yS3IO4/видео.html
Awesome explanation sir 🙂 keep it up 👍
Best method of teaching then others.Thanks sir
In a variable we can store single data while in array we can store multiple data of same data type ...
I must b appreciated your efforts ...great teaching skills ...
ruclips.net/video/uGGv2yS3IO4/видео.html
jazakallah for best explanation
Best c++ teacher
well done bro u r going very brilliantly
sir mjy coding to atti thi lkn sai concept ab smja h ...... thanks
Basically A single variable can contain a single value, under that variable name ,while an array can contain more than one value at time under same variable name. But still there are some other differences I’m discussing here from point of view of C/C++ .
good teacher
for c++
Ek no. Samjhaya
sir you are great really and nice teaching style
Aj pta chla k boht km lg asay hoty hain jinhy smjny k sath smjana b ata ha
thank you so much
great work Sir
best teacher of world
soo nice of you
Best teacher ever
very Easy to understand
Nice video. thanks bhai pass hua toh sub bi karo ga
Nhii hoga pass
apka method boht acha ha
you are the best teacher ever.Allah pak bless you.
ruclips.net/video/uGGv2yS3IO4/видео.html
good video and teaching style
Sir please make more videos o this topic with examples
thank you so much...it's very helpful😊😊
i really like your style for teach
thank you much keep it up
Sir g... Tussi great o....
Vip yar 😍
Thank you for helping us❤️
thank you sir ap boht acha samjhaty hein
Great job , Allah bless u.
ruclips.net/video/uGGv2yS3IO4/видео.html
Best👌👌👌👌👌👌👌👌👌
sooo amazing
Thanks Sir!
Amazing way of teaching
thanks for liking ,Keep watching
Yes
Sir Very helpful video 👍 thank you
Question Answer:
when there is a need to use many variables of the same type.
We use array instead of variables, becuase array can store multiple data of same data type, i.e. it can store all the information of a student it but in variable we will have tp make new variable fpr every requred entry and if entry is of let's say 30 students then its gonna become really tough
ruclips.net/video/uGGv2yS3IO4/видео.html
Correct answer 😊😀
@@vishalsankhala7596 from where are you?
thanku sir really helpful for me in difficult time
Thanku so much....
Sir, make a tutorial on linked list memory allocations, recursion , ....and how we can use recursion instead of loops.....Answer is so simple, arrays are used to store same data type of more variables in a sequence...
ruclips.net/video/uGGv2yS3IO4/видео.html
Array to sirf similar datatype hold karta hai,
Or structure me ham koi bhi datatype ka use kar sakte hai,
Jese book ka auther, price, publisher,id ye sab data ke liye structure ki help leni padegi,
Or array sirf same elements ke liye use hota hai,
Jese int Rollno[10], so sare element integer roll no hold karenge
very nice......
Best ❤
awesome lec sir
we use array because if we use variables instead of array we create alot of variables in program,
and its become very difficult for us to handle it.
* its easy for us to handle array instead of array.
* our program become short.
* easy for reader .
* excution time become low
in array we store more data and in variable we store less data as well as in array we store same type of data type but in variable we store different type of data ..
Explain here
ruclips.net/video/uGGv2yS3IO4/видео.html
Good
You are best from pakistan
osm way of teaching.... concepts blkul clear hu gay sir thanks aloottt... its really helpful for me bcz prso exam h c++ k... thanks alooott....
pointer and file stream topic ni h ap k lectures m ???
ruclips.net/video/uGGv2yS3IO4/видео.html
Jazakallah sir
Assalamualaikum Sir
Sir constructor overloading wala b topic upload krdyn plz.
Because you're teaching methods is Sooooóoooooo good 😊
wa alaikum salam
Already uploaded in operator overloading and function overloading topics
great work
great sir
sir we use array b/c in variable we can only store one value but in array we can store more than one value of similar data type .
Thanku sir
Sir principles of structure,,, explain,,,
I think varibale ma only one element store hota only but array ma zada element store kr sakty
because we can store more data in array than in a variable.
Ty nice video
Agar 1 nadra office main 22 crore ki population ka data store krna hy to hm 22 crore data types leny ki bjaye 1 array lety hain jis k indexes 22 crore hoty hain.. In ko access Karna buht asaan hy from searching methods ...
Yeah 22 crore variables leny sy a6a 1 aarry ly lien..
Because variable store only single piece of data while arrays can store multiple data
well done bro
array is liay use krty hn q k array mein at a time zyada variable decare kr skty hn.
because hum ek hi dafa declare kar dete hen program size bi reduce hoti hai
Assalam.o.alikum sirr..your teaching method sooo good👌..your Q ans is that variable mn hm short data ko store kr skty hn lkn arrays mn hm zyada data store krwa skty hn..e.g
"Int a; "mn hn just 1 hi variable ki value ko store krwa skty hn lkn "int a(5);" mn hm 5 students ka data store krwa skty hn int data type ka
Excellent
your answer was very helpful for me
We use arrays instead of variables to save our time. Instead of writing it again and again we can just write it in one simple step by using arrays.
For example:-
arr[10];
In this example we've stored 10 variables in one step through arrays.
Explain here
ruclips.net/video/uGGv2yS3IO4/видео.html
Hey dear
In which software house do you works?
What is your highest qualification?
What's your experience?
array hum ko zada variable ni bana party agr single variable use kry to both zada variable declear krny party han
👍👍👍👍👍
sir declaring a structures
par bhi video bany plz
ruclips.net/video/uGGv2yS3IO4/видео.html
Explained here
Why we use arrays instead of variables ?
ANS:
because we don't want to make more variables and it can store more information in one variable at a time
To learn about *C++ Structures* see Tutorial:
*RUclips:* ruclips.net/video/m3ksoOQwDB8/видео.html
*Website:* yscomputeracademy.blogspot.com/2022/10/c-structures.html
plzzzzzzzzz or b videos la kar ahy cs301 ki plzzzzz sir
Thanks sir
Nix video
Would that you are our programming teacher at university
Nice bro
varable ko varable banane padte lekin data jada ho to ham array use kaerte hai usse hame multiply varable nahi karne pate
Explain here
ruclips.net/video/uGGv2yS3IO4/видео.html
HUM ARRAYS KO IS LYE PREFER KRTY VARIABLES KI NISBAT BECAUSE HM BAR BAR VARIABLES DECLARE KREN TO BOHT TIME LGTA HA SO AIK HI VARIABLE MAIN KAI SUB VARIABLES DECLARE HOJAEN YAY ZYADA BETTER HAI...
Vvvvvvvvvvvvvvvvvvvvvv nice
Allah bless u bhai
Please upload more videos
Variabl mai ak time mai .ak.hi value ko.store ho skti hai .jb k.array mai.ak.sy zeada ....
Explain here
ruclips.net/video/uGGv2yS3IO4/видео.html