Not only are comment styles a horrible reason to pick one language over another, but you need to get a new C compiler. // is part of c99 and can be used without any special work in modern gcc.
Also on the data structures. Base C does not include them but there are libraries for such data structures if you want such as glib.
Also on the data structures. Base C does not include them but there are libraries for such data structures if you want such as glib.