If you guys who frequent the forum think that there are enough C questions posted to warrant their own forum, I have no problems with it. But please ensure that this would be a smart move - I agree with Julienne about the cross-posting and the people who aren't going to know the difference.
It's just a fundamental mistake to lump them together. They are not the same programming language. What you're effectively doing when you say "C/C++" is promulgating a misnomer.
On a forum that caters to helping novice programmers, we should strive for correctness. If people do not know the difference, that's a bad thing, and I feel that we're obligated to tell them. I've talked with recruiters that have asked if the student interviewing knew C and if they could solve a problem on paper in C and more often then not the student inadvertently uses C++ header files such as iostream.h.... I think this has a lot to do with the fact that people are taught that C is a subset of C++ (ie: C++ is C with more functionality).
You have to look no further then memory allocation to make the realization that C and C++ are NOT the same thing. I'veseen people write code using a mixture of malloc/free and new/delete!!
C's grammar is different, C's core libraries are different, C does not have objects (encapsulation, polymorphism, inheritance, etc, etc).
If we indeed do go through with this, gee whiz you're going to want to make the forum index even longer, aren't you? Please don't yell at me and then ban me from the site forever for suggesting that perhaps the new C forum could fall under our Legacy and Less Common Languages area?
Why not just have a more logical seperation at the top-level of the forum to save real estate? Perhaps based on programming paradigm:
Each category could have a sticky note explaining what an Imperative/Declartive/Functional language is
Imperative (C, Basic, FORTRAN, C++, Java, PHP, Perl, Python)
Declarative (Prolog, SQL, etc)
Functional (LISP, Scheme, SML, OCAML, etc)
Also, C is _very_ much a live (even though it feels like its dying.. partly because people want to lump it with "Less Common Languages" :-(). That's insulting. C is one of the fundamental computer languages. It's been around for over 30 years!! How do you think Java was implemented, OpenGL, C++, Linux (and all their drivers), UNIX (and all their drivers), Python, PHP, GTK, BSD, MySQL.... Places like Electronic Arts (EA) require extensive knowledge of C (and all the skills and insight and understanding into a computer system a C programmer has to have to be a great C programmer)....
Systems programming and low-level engineering practices make up a rather large chunk of the IT industry believe it or not. I know that's not what Universities want students to believe any more.. but it's true.