Accessing Array Elements

Accessing Array Elements

Neso Academy

5 лет назад

358,253 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@tayyab.sheikh
@tayyab.sheikh - 20.01.2024 13:17

Why array's index starts from 0?

Ответить
@Siddhant-ew4qp
@Siddhant-ew4qp - 18.12.2023 10:17

:o

Ответить
@JaiVarun-ou9eb
@JaiVarun-ou9eb - 08.12.2023 16:05

But why can't we use variables in place of macros? Is that not allowed?

Ответить
@Aabara_ka_dabara
@Aabara_ka_dabara - 21.06.2023 18:04

awesome content ...😍😍

Ответить
@jcvchannel4618
@jcvchannel4618 - 16.06.2023 08:33

what is the difference b\w macros and global declaring varibales plz tell me bro.........🙂

Ответить
@bhavishychaudhary7236
@bhavishychaudhary7236 - 01.06.2023 13:40

Badiya sir

Ответить
@Zabalex.
@Zabalex. - 16.02.2023 19:17

nice video

Ответить
@nithishnagendra
@nithishnagendra - 02.02.2023 16:40

honestly i think that i didn't learn abt macro method in clg lectures thank you for sharing abt it

Ответить
@HelloWorld40408
@HelloWorld40408 - 20.01.2023 19:53

Thank You Sir

Ответить
@pazzy4501
@pazzy4501 - 21.11.2022 17:32

You are excellent man, keep up the good work 👍👍

Ответить
@ayshaazath4240
@ayshaazath4240 - 10.10.2022 08:32

Thank you so much sir . your tutorials help me a lot

Ответить
@alkasinghrajput6780
@alkasinghrajput6780 - 02.09.2022 22:20

Like first year students 👇👇

Ответить
@akashpanday964
@akashpanday964 - 19.07.2022 21:32

Sir thoda बड़ा video banaye

Ответить
@suleyman7478
@suleyman7478 - 07.06.2022 12:48

Dede nie yazılım örenmedin aq

Ответить
@sindhujaramala9805
@sindhujaramala9805 - 08.03.2022 12:09

vinod

Ответить
@itsyaboi_jaja
@itsyaboi_jaja - 17.02.2022 16:23

uhm sir how do i divide 2 elements in an array? or how do i perform division just by using its own index

Ответить
@shivamshandilya5059
@shivamshandilya5059 - 28.12.2021 17:56

can't we use variable instead of macro

Ответить
@rahulsahani9096
@rahulsahani9096 - 03.12.2021 20:38

Thank you sir

Ответить
@akshitagupta6776
@akshitagupta6776 - 19.11.2021 18:43

Thank you sir for such a nice explanation.

Ответить
@KapilKumar-ek4cm
@KapilKumar-ek4cm - 16.09.2021 17:31

what will happen if we create a variable instead of using macro pls answer.

Ответить
@rajatjain2896
@rajatjain2896 - 30.08.2021 21:50

ITS comming error in my programme

Ответить
@maheshdev3702
@maheshdev3702 - 18.08.2021 18:55

sir we can simply declare an other variable and store this inside an array insted of declaring a macro

Ответить
@renew2781
@renew2781 - 13.08.2021 16:11

No doubt it's good to understand but make same in Urdu

Ответить
@koushikvss6277
@koushikvss6277 - 08.08.2021 17:34

comic timing super 👨‍🏫👨‍🏫

Ответить
@BibekGhoshh1
@BibekGhoshh1 - 16.06.2021 07:17

i loved the lecture

Ответить
@deewanejj3186
@deewanejj3186 - 26.05.2021 13:59

Very good bro

Ответить
@khushiyadav6138
@khushiyadav6138 - 25.02.2021 13:37

I'm not able to remember what is macro🙄 can anyone help me?

Ответить
@sandipmondal1174
@sandipmondal1174 - 11.02.2021 07:59

Why your video is not loud...?
It's very problematic...

Ответить
@shauryasaxena5263
@shauryasaxena5263 - 03.02.2021 14:42

Thanks a lot sir

Ответить
@harmanjotkaur9336
@harmanjotkaur9336 - 14.01.2021 19:02

Excellence Award of teaching goes to u sir.... 👏🏻👏🏻👏🏻😍

Ответить
@techys4335
@techys4335 - 11.01.2021 15:32

verry very nice video thanks sir

Ответить
@deepikavelmurugan1705
@deepikavelmurugan1705 - 08.01.2021 14:45

You are explaining very slowly and clearly so it makes me interesting and easy to understand .

Ответить
@fahddi
@fahddi - 29.12.2020 14:07

Tysmmm

Ответить
@anitasingh159
@anitasingh159 - 29.12.2020 09:22

Why index starts with 0 ?

Ответить
@sharathky3193
@sharathky3193 - 21.12.2020 11:48

Can it be written like this instead of macro
Void main()
{
int size = 5;
int arr[size];
}

Ответить
@sujanhc3792
@sujanhc3792 - 27.11.2020 17:32

Omg! hes extraordinary with his explanations:), the way he motivates for the next topic is just brilliant thank you sir ❤️

Ответить
@bannu_cake923
@bannu_cake923 - 03.11.2020 09:00

You are incridible ❤️

Ответить
@ritikshrivastava9442
@ritikshrivastava9442 - 22.10.2020 09:09

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\n");
scanf("%d",&n);
int a[n],i;
for(i=0; i<n; i++)
{
printf("enter the input for index %d: ",i);
scanf("%d",&a[i]);
}
printf("array elements are as follow\n");
for(i=0; i<n; i++)
{
printf("%d",a[i]);
}
return 0;
}

Ответить
@ritikshrivastava9442
@ritikshrivastava9442 - 22.10.2020 08:41

I think we should declare a variable and ask the user how much length of array you want ?

Ответить
@true4189
@true4189 - 15.10.2020 08:13

Thank u

Ответить
@sumitmishra1505
@sumitmishra1505 - 06.10.2020 08:05

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

Ответить
@abhishekthakur2933
@abhishekthakur2933 - 16.06.2020 04:36

We will see in next lecture❌right now😄

Ответить
@nikhilanand984
@nikhilanand984 - 05.05.2020 16:16

Sir can we declare variable N as int N=10 inside main() instead of using macro and then make changes to N as required.

Ответить
@ciceroaraujo5183
@ciceroaraujo5183 - 27.04.2020 22:39

You are the best

Ответить
@ankanbasu7381
@ankanbasu7381 - 15.04.2020 13:02

why do we need macro for defining length of array? we can also use an int variable.

Ответить