187 - Transaction Processing


Difficulty : easy

Solution Description :

Ad hoc string processing problem

Do this what is say in problem description.

For print you can use the formation
printf("%d %-30s %10.2lf ",accountNo,accountName,amount);