It's main advantage that it compiles C sources into object modules. (That's why it is called C-compiler.) It's disadvantage that it doesn't automagically correct the errors in the program.
arrays are very very useful in c++ for example if you need to store marks of 100 students..... u will have to make 100 int type data types............ so long.... but arrays can do the same work in a...
Disadvantages of C are: 1. There is no runtime checking. 2. There is no strict type checking (for ex:we can pass an integer value for the floating data type). 3. As the program extends it is very...