C compiling under C++ compiler

I want to compile a c-language source file ( *.c ) under C++ compiler in the UNIX workstation. Is that compatable?

I use the GNU compiler and it compiles both c and c++

The short answer is... YES.
Virtually all C++ compilers (I have encountered)
know how to handle ".c" files with no problem.