Computer Science, asked by avineshjaiswal, 1 day ago

write a program to copy string using pointer

Answers

Answered by ghanchiarsh466
0

Answer:

The inside the main() function, you have to take two character arrays name source[100] and target[100]. Then the printf() is used to display the message Enter source string\n. Then the gets() function is used to take the string from the user and store it in the character array name source.

Similar questions