Question: Q 1 . Write a C function with the following prototype: void replaceAtDotWithUnderscores ( char * s 1 ) This function replaces ALL ' @
Q Write a C function with the following prototype:
void replaceAtDotWithUnderscoreschar s
This function replaces ALL @ AND characters in the string s with
the underscore character
NOTE: For this function, you must use only pointer notation and pointer arithmetic
and NOT the subscript array indexing operator
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
