C Programming Tutorial # 16 - Concept of Arrays [HD]

preview_player
Показать описание

This tutorial explains the concept of arrays in programming languages. It also shows how to declare and access the arrays in C.

This tutorial is part of the following series:
Рекомендации по теме
Комментарии
Автор

@AlloySnake You are welcome. I am glad to help. Keep watching.

Learnorama
Автор

Thank you for all your videos, it really helped me.

drcvagos-iu
Автор

Thank you so much, greeting from Mexico! This is a very useful video !

JesusMartinez-mioh
Автор

I love your Indian voice, its so nice and peaceful to listen to.

Educationscience
Автор

I thought it was just me the Indian accent got this inner peace I cant explain. I've been listening to other tutorials  by other Indians, same feeling

johnyjohn
Автор

i have never programmed before not even one bit. i have had to retrain from being a plumber due to illness these videos are amazing thank you so much

richardtaylor
Автор

Keep up the good work
Thank You Very Much for your time and effort

AMGq
Автор

Thank you so much for the videos. You're awesome!! You explain things better than thenewboston does. :-)
Hope to see even more videos on C programming. Maybe more advanced videos?

ariannalangwang
Автор

lol i came form newboston too lol
still this guy is pretty good
like all his vids
very good at explaining
good work man

twilightskys
Автор

:) TheNewBoston explains thoroughly. Learnorama seems like. :D

But because TheNewBoston resumes with other language, this works fine.

aldnav
Автор

@sivavettayadu Don't worry about it. I can take some criticism. Thanks for defending me though.

Learnorama
Автор

@ramiya101 Girls are always good in finding faults

sivavettayadu
Автор

WELL YOU STORED THE AGE "13" IN THE 5TH ELEMENT, AND SAID YOU STORED IT INSIDE THE 4TH.. WHICH IS COMPLETELY

ramiya
Автор

I was trolled by TheNewBoston 17/11/2011


sherriff
Автор

Bwahahahaha you are teaching wrong.
You are storing 5th element and saying 4th element.
age[4] is not 4th element in array, its third element in array.
Last elemnt of the array is 1 less than the array size. and array index start from 0 :p :p :p :p

SharadGaur