How can I create a C file in Xcode

How can I create a new file in C language cause I installed the new public version of Xcode (12.0.1) and I don't know how to do it.
thank you and have a nice day
Lorenzo
Accepted Answer
(Assuming you have some project.)

From menu:
File > New > File...

And then you can choose C File in the new file sheet.


How can I create a C file in Xcode
 
 
Q