C programming Bangla Tutorial 5.189 : String | concatenation without strcat()

preview_player
Показать описание
All C programming videos:
Рекомендации по теме
Комментарии
Автор

string ar libry fuction niye video korle vlo hoto..taholetoh string ar fuction gula step by step buja tnx ja video dichn ete apnk tnx dile o kom hoy jabe.god bless you

_SHAHEDULALAM
Автор

string er upor aro kisu video dile valo hoito vai

mdmynuddin
Автор

How to reverse each word of a sentence by string?

soumymon
Автор

vai sound quality ta raktu develop korle valo hoi...

mukutbhuiyan
Автор

str1[len+j]=str2[j] akhane str2[j] er soman keno korlam

HabiburRahman-umqy
Автор

how to adding three strings together ? please sir, help about this c program problem.

kulsumeithi
Автор

string ta sobar seshe sesh kore dewar dorkar silo na vai ?

samsussalehin
Автор

hello please solve this problem...
write c program that will illustrate the equivalence between shifting a binary number to the left n bits and multiplying the binary number by 2^n

fahadhos
Автор

#include<stdio.h>
Int main()
{
char s1[ ]="my name is sk ajijul Ali ";
Char s2[ ]="I see every moment object orient";
int i=0, j=0, len1=0len2=0;
while (s1[i]!=0)
{i++;
len1++;
}
while(s2[j]!=0)
{j++;
len2++;
}
if(len1==len2)
printf ("this is same string")
else
Printf("this is not equal")

}

Is this correct

skazizulali
visit shbcf.ru