Question: Q 1 . Write a C function with the following prototype: void replaceAtDotWithUnderscores ( char * s 1 ) This function replaces ALL ' @

Q1. Write a C function with the following prototype:
void replaceAtDotWithUnderscores(char *s1)
This function replaces ALL '@' AND '.' characters in the string s1 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 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!