Use C# as script language in Unity ios project?

Hi, I am new to unity
Is is possible to use C# as script language in Unity ios project?
thanks in advance

Of course it is.

Unity can use C#, UnityScript, and Boo on any of the target platforms. Unity automatically compiles the code you use down properly so that it can run on the target device.