Answer:
In most operating systems, you can specify the source address when sending a ping message using the "-S" option.
For example...
In Windows, the syntax for sending a ping message with a specific source address would look like this...
ping -S <source_ip_address> <destination_ip_address>
Note that the exact options and syntax may change depending on the operating system and version of the ping command being used.