Difference between naming conversion of C language & Pascal
C pretends an underscore to every function or variable name while Pascal translates the name to all uppercase. C++ has a weird name mangling scheme that is compiler dependent. To avoid it C++ can be forced to use C style naming with ex tern “C” directive.
0 Comments
Please add nice comments or answer ....