gcc compiling invalid C code

Posted by aks on Stack Overflow See other posts from Stack Overflow or by aks
Published on 2010-02-08T16:31:09Z Indexed on 2010/06/13 5:12 UTC
Read the original article Hit count: 258

Filed under:
|
|

Some of my C programs are not working as expected. For example, pass by reference is not possible in C, but when I write a C program which uses that and compile it with gcc it works fine.

Is gcc a C++ compiler? How do I make it behave like a C compiler?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c