A platform to learn C in a practical way.
If you have any doubt, please ask in the comment section.
#include <stdio.h> #include <math.h> int main () { int i , j , num , temp , sum = 0 ; printf ( "Enter number\n...
No comments:
Post a Comment
If you have any doubt, please ask in the comment section.