Question 27 (DS)

Write a function that accepts two character arrays each represents a floating point number and return their sum in character array.
For example function accepts “23.45” and “2.5” and return their sum “25.95”.
Restriction: We cannot use predefined functions / methods or parsing. We have to go with basic operations.

[advanced_iframe securitykey=”undefined” src=”https://ide.kodnest.com/?L2Jf” width=”100%” height=”600″]

×