make is a utility program, compile means translation from source to object module.
Just build it with F7, or execute it with F5/F5. The MS VS Compiler understands the difference between C and C++. You can name the source file as something.C, if you want.
CA is an abbreviation for chartered accountant (Ca is the chemical symbol for calcium, which is an element). C++ is a programming language. If you actually meant what is the difference between C and C++ programming languages, then the main difference is that C++ incorporates object-oriented programming whereas C does not. Otherwise both languages are largely the same, insofar as most C programs will compile under C++ with relatively minor modification.
gcc is a c compiler among many other things. It can also be used to compile code in other languages. gcc is a fairly advanced compiler and is used to compile Linux along with most other free(as in free speech) software.
Sometimes, it is. Some implementations compile C++ code into C code, and then compile the C code.
The difference between C and the advanced C is that C is basic. On the other hand, the advanced C is thorough and to the detail.
The C and C programming languages are one and the same. There is no difference between those languages.
Not possible.
With GCC.
ketchup!
Dynamic memory can be declared at run-time using the new and delete operators (or malloc and free in C), while static memory must be declared at compile-time.
The difference between 28°C and 25°C is 3°C. This means that 28°C is 3 degrees warmer than 25°C.
Yes we can compile a c program using c++ compiler. Because c++ evolved from the c. c++ have some additional features beyond c. c++ support almost all concepts used in c.