Call by Value & Call By Reference In C: C Tutorial In Hindi #31

Call by Value & Call By Reference In C: C Tutorial In Hindi #31

CodeWithHarry

5 лет назад

341,076 Просмотров

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


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

Moto shorts
Moto shorts - 23.10.2023 18:31

Aliens 👽 celebrities ko nhi jante hai😂😂😂

Ответить
𓆩Ash!sh𓆪
𓆩Ash!sh𓆪 - 23.10.2023 13:46

challenge accepted 😀!!!

Ответить
Chiteez _____
Chiteez _____ - 21.10.2023 16:47

Challenge accepted ! ❤👍

Ответить
Ghost Shadow
Ghost Shadow - 18.10.2023 15:34

Challenge accepted!

Ответить
SK Faizanuddin
SK Faizanuddin - 01.10.2023 08:15

Accepted

Ответить
Gayatri Shejule
Gayatri Shejule - 25.09.2023 06:44

Thank you sir 😊😊

Ответить
Shivam Shrivastava
Shivam Shrivastava - 16.09.2023 08:10

Harry bhai ki drawing is op ✨✨

Ответить
Learn Coding
Learn Coding - 09.09.2023 08:25

smjh toh ache se aa rha bs 2din baad concept ke sath sath example bhi bhul jaa rha hu ab mai iska koi solutuion bta do

Ответить
Sangeeta Kharat
Sangeeta Kharat - 05.09.2023 20:02

Challange accepted

Ответить
Maria Rahmani
Maria Rahmani - 03.09.2023 22:13

challenge accepted, i can solve this problem but harry bhaiyya i am unable to solve questions from other source like when i see the solution i realise i knew everything like applying loops , switch case statements etc but was'nt able to solve on my own ....what should i do to solve coding problems on my own...plzz reply

Ответить
Keval
Keval - 30.08.2023 19:49

Challenge Accepted

Ответить
Chandrashekhar Chavan
Chandrashekhar Chavan - 02.08.2023 15:42

challenge accepted

Ответить
Chandrashekhar Chavan
Chandrashekhar Chavan - 02.08.2023 15:42

# include<stdio.h>
void swap(int*a, int*b){

int temp = *a+*b;
int temp2 = *a-*b;
*a = temp;
*b = temp2;
return;
}

int main(){
int x=5, y=3;

// printf("the addition of x and y is %d \n",add(x,y));
printf("the swap of x and y is %d and %d \n", x,y);
swap(&x,&y);

printf("the swap of x and y is %d and %d \n", x,y);

return 0;
}

Ответить
shiv srikakolum
shiv srikakolum - 20.07.2023 20:26

bhai mene A=b = c aur A- b = d fir c and d value ko x and y me dia

Ответить
Abhishek Sharma
Abhishek Sharma - 15.07.2023 10:15

Challenge accepted

Ответить
Sarthak Joshi
Sarthak Joshi - 14.07.2023 14:38

I accept your challenages

Ответить