Question: in C language Write the function pstrcat to concatenate a Pascal string and C-string into a C-string. The function arguments are pstr, a char array

 in C language Write the function pstrcat to concatenate a Pascal

in C language

Write the function pstrcat to concatenate a Pascal string and C-string into a C-string. The function arguments are pstr, a char array representing a Pascal string, and cstr, an ordinary Cstring. The return value should be a char * pointing to the new C-string. char * pstrcat(unsigned char pstr[], char *cstr) { Enter your answer here

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!