The code is working fine on my laptop but on compiling the code here at (coding club ide) it is showing me errors, help me out to solve this issue.
Link to Ide: https://ide.codingblocks.com/s/334428
The code is working fine on my laptop but on compiling the code here at (coding club ide) it is showing me errors, help me out to solve this issue.
Link to Ide: https://ide.codingblocks.com/s/334428
@himanshu_goyal
The code uses an infinite while loop as the condition is on the n variable which is never updated.
i have done the required changes in the code.
but still my program is not running as i encounter a compiler error.
Done. Thank you, there was some other issue in the code and i had fixed it.