Um, define "size". If you're talking about scale, it's pretty much unlimited (so far as I know). But if you're talking about polycount, it's limited to about 30,000 polys.
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}