#include<stdio.h> #include<conio.h> void main() { clrscr(); int n=7; printf("%.10d",n);//padding with zeroes technique }
Feel free to comment......
No comments:
Post a Comment
Feel free to comment......