Question: Write a C program which: . Asks for string input from the user. Pass the input string to another function by passing by reference, Find
Write a C program which: . Asks for string input from the user. Pass the input string to another function by passing by reference, Find the length of the string in that function using pointer airthmetic. . (Hint: the last character of the string will always be 10) Exercise 2: Write a C program which Define 2 arrays of same data type. Swap the values of the arrays using pointers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
