Array in C || Single and Multi Dimension with program example || Day 18 || Readersnepal

preview_player
Показать описание
Introduction of Array in C. Program example of single and multi dimensional array in C Programming. C programming for class 10 SEE, Class 11, Class 12 and Bachelor.
---------------------------------------------------------------------------
For notes of SEE C language

For notes of NEB Class 11 Computer Science all notes

For notes of NEB Class 12 Computer Science C language and all notes

Full SEE New Course Computer Science notes

Download New syllabus book pdf of SEE class 10 Computer Science

Download New grid and Model question of SEE computer science
---------------------------------------------------------------------------
Introduction and first program of C

Output Statement in C (printf)

Input Statement in C(scanf)

if else Statement in C

else if Statement in C

for loop in C

series in C

Fibonacci series in C

Reverse and Palindrome in C

Nested Loop in C

----------------------------------------------------------------------------
SEE New model question solution
----------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

You are literally very good than my teacher.

shirshamanandhar
Автор

Sir great respect to you I surely believe that you were talented teacher ever.

krisnayadav
Автор

Thank you This vedio is helpful for mine Civil Engineering 1st semester C program ❤❤

himalmagar
Автор

thank you sir hamro class ko teacher vanda deraii ramrooo sang bujhaunu vo yasari nai sabaii video halnu hai c-programming ko

milankarkee
Автор

Very understandable teaching style Dai bring more video of array of class 11.❤

Error_vibes
Автор

Dhari ramro xa sir hjur ko class ma shadi hearna gharxu class vanda asma bughxu aghi dhari vido banidanu sir c program ko eaxme related question

rajbahadurthapa
Автор

Thankyou so much daii <33 dherai dherai maya ajai video banaunuhola . really appreciated the watch.

Fishesandchippies
Автор

Sir JavaScript ko programming Pani vedio halnu na class 12

hardikacharya
Автор

Sir hjr ko name yuman sarki ho, hamilaii engineering mechanics padhaune sir ko voice jasto lagiraheko xa

GNS-bd
Автор

Thank u Soo much for this wonderful video

Sympathygainer
Автор

Sir structure rw file handling ko pani euta video banaunu na

shreyathapa
Автор

Array wait gari rako xu bro... array ko separate video kaile auxa??

surendrasharma
Автор

Hello sir 11 12 ko lagi chai day kati samma hernu parneho..??
And
Your contribution is really amazing amazing...

SachinSunar
Автор

#include<stdio.h>
int main()
{
int a[2][2], i, j;
for (i=0;i<2;i++);
{
for (j=0;j<2;j++);
printf("enter the numbers\n");
scanf("%d", &a[i][j]);
}
{ printf("you entered\n");
printf("%d", a[i][j ]);
}
return 0;
}


32:11

It showing error in mine only one value is being stored there 😢

JKEj_ls
Автор

tyo a[1000] le tw 1001 ota variable hold garni haina rw? 0 pani hunxa ni

smashliek
Автор

Class 10 ma chai yesto question sodhinxa ki nai sir?

aadarshakhadgi
Автор

Sir 12 ko set ka program ko solve gareko vedio banauna plz plz

asmitakc
Автор

less than 3 vaneko xa tarw answer chai 3 4 5 .... kasari ayeko sir

aakashlama
Автор

18:30 tira hamle mathi kai for loop ma scanf ko tala output garera bracket close garna mildaina ?

Dragon.gaming_