.fieldsetOut{
background:#1E90FF;
padding:0px 0px 0px 0px;
font-family: "courier new"
}
.fieldsetIn{
background:white;
margin:1px 1px 1px 1px;
padding:1px 1px 1px 1px;
border: 0px 0px 0px 0px
}
Concatenation
of two strings using pointer in
c programming language
#include
int main(){
int i=0,j=0;
char *str1,*str2,*str3;
puts("Enter first string");
No comments:
Post a Comment