Q: program to find octal equivalent
#include
#include
#include
void main()
{
int no;
clrscr();
printf("enter any no: ");
scanf("%d",&no);
printf("octal=%o",no);
getch();
}
This blog is for the struggling programmers who need assitance..
No comments:
Post a Comment