Such a brilliant explanation to every topic. In my college lecture i always get confused and scared that what will happen. But sir you are really a life saver:)👍Great work sir
In my opinion we should ask length from the user so there is no need to change anything anywhere Code👇 int main() { int n; printf("enter length "); scanf("%d",&n); int a[n],i; for(i=0; i
Sir like this in every lecture include some use full information it mean in this lecture you have discussed the importance of micro so I hope it will be helpful to all😊
I think that would be alright, in your case you are defining and declaring the variable in a local context you would not be able to use it further in other say user-defined functions. But that is not the case of Macro. it is the probable advantage!
on every machine the counting starts always from zero,when we humans count to 8 for example,we go:1,2,3,4,5,6,7,8 ,but computers count 0,1,2,3,4,5,6,7 both arrays have 8 elements
You are explaining very slowly and clearly so it makes me interesting and easy to understand .
Such a brilliant explanation to every topic. In my college lecture i always get confused and scared that what will happen. But sir you are really a life saver:)👍Great work sir
Excellence Award of teaching goes to u sir.... 👏🏻👏🏻👏🏻😍
In my opinion we should ask length from the user so there is no need to change anything anywhere
Code👇
int main()
{
int n;
printf("enter length
");
scanf("%d",&n);
int a[n],i;
for(i=0; i
why write four lines when u can easily write one line and make it more readable .😊
Sir like this in every lecture include some use full information it mean in this lecture you have discussed the importance of micro so I hope it will be helpful to all😊
Keep it up neso Academy
I daily wach yor videos and I also getting more knowledge about programming.
Thanks again
Omg! hes extraordinary with his explanations:), the way he motivates for the next topic is just brilliant thank you sir ❤️
Sir, other than #define N 15; why not int N =15; as global and putting N in loops, is it right?
same question
honestly i think that i didn't learn abt macro method in clg lectures thank you for sharing abt it
I love your tutorials, the way you teach . will you please provide the tutorials of DAA ( Design Analysis and Algorithm) ?
I think we should declare a variable and ask the user how much length of array you want ?
why do we need macro for defining length of array? we can also use an int variable.
that's why you should watch the video more carefully beeeroooo see again.
@@theoriginal03 No, he explained why a macro is better than nothing. He didn't explain why macro is better than an integer variable
did you find an answer to this ?
@@ily455_e by using macro ,if have to change size of array , we dont have to change at every line but at start only
Hello have found any answer to your question if you did can u explain?
You are excellent man, keep up the good work 👍👍
I'm very impressed sir❤
Thanks for understanding about the macro sir...
We will see in next lecture❌right now😄
what is the difference b\w macros and global declaring varibales plz tell me bro.........🙂
Thanks sir for your good teacher ship
Wow, what a honour being taught by the MASTER himself! :O
Sir, according to me if u show execute of program ,so this can be good.
i loved the lecture
Thank you so much sir . your tutorials help me a lot
awesome content ...😍😍
verry very nice video thanks sir
thanks a lot sir
sir we can simply declare an other variable and store this inside an array insted of declaring a macro
Ya it is also good @Mahesh Dev
Thank you sir for such a nice explanation.
what will happen if we create a variable instead of using macro pls answer.
Very good bro
Thanx sir, I am flattered my ur explaination
Sir ji u rgreat ❤❤
Nice video. Waiting for next..
Thank you sir
Why array's index starts from 0?
Because no. Start from 0 to 9
you are gonna use 0 with number 10 anyways its more efficient to start with 0 to get exactly ten single digit numbers
Sir can we declare variable N as int N=10 inside main() instead of using macro and then make changes to N as required.
I think that would be alright, in your case you are defining and declaring the variable in a local context you would not be able to use it further in other say user-defined functions. But that is not the case of Macro. it is the probable advantage!
nice, or calculate the length, assign it to a variable, and use it.
Can it be written like this instead of macro
Void main()
{
int size = 5;
int arr[size];
}
please make videos on data structures and algorithms.........
Badiya sir
You are the best
comic timing super 👨🏫👨🏫
nice video
great video
2:38 haha it was nice ... i laughed a bit haha.. thanks
You are incridible ❤️
Your incridible is also incredible.
@@wasimshaikh2224 😂
Thank u
But why can't we use variables in place of macros? Is that not allowed?
Like first year students 👇👇
does that mean specifying data type just before array declares it otherwise it access its elements?
uhm sir how do i divide 2 elements in an array? or how do i perform division just by using its own index
#define N= 10 hona chaiya ?
Sir please provide tutorial for system Verilog
3:19
Global variabe will also do same
Sir thoda बड़ा video banaye
The best sir
Tysmmm
Sir please upload faster! Network theory and analog is still incomplete! At least complete those parallely. Sir🙃🙃
can't we use variable instead of macro
hello have you found any answer to your question?
Why index starts with 0 ?
on every machine the counting starts always from zero,when we humans count to 8 for example,we go:1,2,3,4,5,6,7,8 ,but computers count 0,1,2,3,4,5,6,7
both arrays have 8 elements
No doubt it's good to understand but make same in Urdu
Watch in 1:25x
You are welcome
vinod
ITS comming error in my programme
I'm not able to remember what is macro🙄 can anyone help me?
Why your video is not loud...?
It's very problematic...
:o
Sir if you will prefer little bit Urdu then it will be very useful
Because some people doesn't know English much
Like me😔😔
who cares
I'm impressed sir ❤
Thank You Sir
Thanks a lot sir