How can I pass C strings to functions using Easy C 2.0 and specify them in the parameter list?
easyC V2 can only pass variables.
Can Easy C Professional handle strings, user defined structures (struct) and pointers and also pass them as parameters to functions?
easyC V2 was not designed to handle a structs as that is outside what most beginners would need. easyC Pro can handle almost any feature normal ‘C’ can, the catch being limited to the mcc18 compiler which is not 100% ANSI C compatible. For instance you can’t use printf with a float.