Question: char * zip ( char * a , char * b ) { char * result; int len, i; len = strlen ( a )
char zipchar a char b
char result;
int len, i;
len strlena;
result malloc len;
for i ; i len; i
result i ai;
result i bi;
return result;
int main
char a ;
char b ;
char merged zipa b;
printfMerged string: s
merged;
return ;
A Is this function implemented securely Give an explanation.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
